VCS: Reslot describe functions

They're used by VcsEditorFactory

Change-Id: I9211f406b389649bf8ff9fe7f24522026b1711d4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-02-11 15:30:51 +02:00
committed by Orgad Shaneh
parent b064b06759
commit e868357107
4 changed files with 11 additions and 5 deletions

View File

@@ -194,9 +194,11 @@ private slots:
void testVcsStatusDynamicNotManaged();
#endif
public slots:
void describe(const QString &source, const QString &changeNr);
private:
void annotateVersion(const QString &workingDirectory, const QString &file, const QString &revision, int lineNumber);
void describe(const QString &source, const QString &changeNr);
void syncSlot();
void updateStatusActions();