Skip to content
Snippets Groups Projects
Commit 42ca9a12 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

CVS: Add open text


Change-Id: I63ae26853053e45eb72ab21bdf14fceee7998018
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 970131a8
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,11 @@ bool CvsControl::vcsAnnotate(const QString &file, int line)
return true;
}
QString CvsControl::vcsOpenText() const
{
return tr("&Edit");
}
bool CvsControl::managesDirectory(const QString &directory, QString *topLevel) const
{
return m_plugin->managesDirectory(directory, topLevel);
......
......@@ -64,6 +64,8 @@ public:
bool vcsRemoveSnapshot(const QString &topLevel, const QString &name);
bool vcsAnnotate(const QString &file, int line);
QString vcsOpenText() const;
void emitRepositoryChanged(const QString &s);
void emitFilesChanged(const QStringList &l);
void emitConfigurationChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment