forked from qt-creator/qt-creator
Vcs: Remove snapshot support
The functionality is unused. Change-Id: I45017106509b8dbff9f3eff3aaef6de19be31ce7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -160,27 +160,6 @@ public:
|
||||
*/
|
||||
virtual QString vcsTopic(const QString &directory);
|
||||
|
||||
/*!
|
||||
* Create a snapshot of the current state and return an identifier or
|
||||
* an empty string in case of failure.
|
||||
*/
|
||||
virtual QString vcsCreateSnapshot(const QString &topLevel) = 0;
|
||||
|
||||
/*!
|
||||
* List snapshots.
|
||||
*/
|
||||
virtual QStringList vcsSnapshots(const QString &topLevel) = 0;
|
||||
|
||||
/*!
|
||||
* Restore a snapshot.
|
||||
*/
|
||||
virtual bool vcsRestoreSnapshot(const QString &topLevel, const QString &name) = 0;
|
||||
|
||||
/*!
|
||||
* Remove a snapshot.
|
||||
*/
|
||||
virtual bool vcsRemoveSnapshot(const QString &topLevel, const QString &name) = 0;
|
||||
|
||||
/*!
|
||||
* Display annotation for a file and scroll to line
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user