forked from qt-creator/qt-creator
CVS: Add open text
Change-Id: I63ae26853053e45eb72ab21bdf14fceee7998018 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
970131a8a7
commit
42ca9a127b
@@ -148,6 +148,11 @@ bool CvsControl::vcsAnnotate(const QString &file, int line)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString CvsControl::vcsOpenText() const
|
||||||
|
{
|
||||||
|
return tr("&Edit");
|
||||||
|
}
|
||||||
|
|
||||||
bool CvsControl::managesDirectory(const QString &directory, QString *topLevel) const
|
bool CvsControl::managesDirectory(const QString &directory, QString *topLevel) const
|
||||||
{
|
{
|
||||||
return m_plugin->managesDirectory(directory, topLevel);
|
return m_plugin->managesDirectory(directory, topLevel);
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ public:
|
|||||||
bool vcsRemoveSnapshot(const QString &topLevel, const QString &name);
|
bool vcsRemoveSnapshot(const QString &topLevel, const QString &name);
|
||||||
bool vcsAnnotate(const QString &file, int line);
|
bool vcsAnnotate(const QString &file, int line);
|
||||||
|
|
||||||
|
QString vcsOpenText() const;
|
||||||
|
|
||||||
void emitRepositoryChanged(const QString &s);
|
void emitRepositoryChanged(const QString &s);
|
||||||
void emitFilesChanged(const QStringList &l);
|
void emitFilesChanged(const QStringList &l);
|
||||||
void emitConfigurationChanged();
|
void emitConfigurationChanged();
|
||||||
|
|||||||
Reference in New Issue
Block a user