forked from qt-creator/qt-creator
VCS: Remove superfluous virtual
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
df5cd3d6f5
commit
9417bea9ac
@@ -66,7 +66,7 @@ public:
|
||||
QStringList vcsSnapshots(const QString &topLevel);
|
||||
bool vcsRestoreSnapshot(const QString &topLevel, const QString &name);
|
||||
bool vcsRemoveSnapshot(const QString &topLevel, const QString &name);
|
||||
virtual bool vcsAnnotate(const QString &file, int line);
|
||||
bool vcsAnnotate(const QString &file, int line);
|
||||
|
||||
public slots:
|
||||
// To be connected to the VCSTask's success signal to emit the repository/
|
||||
|
||||
Reference in New Issue
Block a user