VCS: Remove superfluous virtual

Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-01-17 21:51:27 +02:00
committed by Tobias Hunger
parent df5cd3d6f5
commit 9417bea9ac
37 changed files with 90 additions and 90 deletions

View File

@@ -67,7 +67,7 @@ public:
bool vcsRestoreSnapshot(const QString &topLevel, const QString &name);
bool vcsRemoveSnapshot(const QString &topLevel, const QString &name);
bool sccManaged(const QString &filename);
virtual bool vcsAnnotate(const QString &file, int line);
bool vcsAnnotate(const QString &file, int line);
public slots:
// To be connected to the HgTask's success signal to emit the repository/