forked from qt-creator/qt-creator
ClearCase: Make updateStatusActions() a slot again
Change-Id: Iafbf78b16a09041bbabd248dfce4434df87dd5b9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -182,6 +182,7 @@ private slots:
|
|||||||
void annotateVersion(const QString &workingDirectory, const QString &file, const QString &revision, int lineNumber);
|
void annotateVersion(const QString &workingDirectory, const QString &file, const QString &revision, int lineNumber);
|
||||||
void describe(const QString &source, const QString &changeNr);
|
void describe(const QString &source, const QString &changeNr);
|
||||||
void syncSlot();
|
void syncSlot();
|
||||||
|
void updateStatusActions();
|
||||||
|
|
||||||
#ifdef WITH_TESTS
|
#ifdef WITH_TESTS
|
||||||
void initTestCase();
|
void initTestCase();
|
||||||
@@ -227,7 +228,6 @@ private:
|
|||||||
void projectChanged(ProjectExplorer::Project *project);
|
void projectChanged(ProjectExplorer::Project *project);
|
||||||
void tasksFinished(Core::Id type);
|
void tasksFinished(Core::Id type);
|
||||||
void closing();
|
void closing();
|
||||||
void updateStatusActions();
|
|
||||||
|
|
||||||
inline bool isCheckInEditorOpen() const;
|
inline bool isCheckInEditorOpen() const;
|
||||||
QStringList getVobList() const;
|
QStringList getVobList() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user