summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseplugin.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-10-14 15:38:00 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-10-15 16:53:58 +0200
commit741ab2cbfb6f61c08df41d7422d2d2f03be3c02f (patch)
tree535bbcd0163c8c02e38fa40c37aff4ef905bd9a5 /src/plugins/vcsbase/vcsbaseplugin.h
parentfe47725ae61be18f30911ecff57035b4c1c4bd79 (diff)
downloadqt-creator-741ab2cbfb6f61c08df41d7422d2d2f03be3c02f.tar.gz
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>
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseplugin.h')
-rw-r--r--src/plugins/vcsbase/vcsbaseplugin.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/plugins/vcsbase/vcsbaseplugin.h b/src/plugins/vcsbase/vcsbaseplugin.h
index ce379754f6..a620452ae5 100644
--- a/src/plugins/vcsbase/vcsbaseplugin.h
+++ b/src/plugins/vcsbase/vcsbaseplugin.h
@@ -55,7 +55,7 @@ namespace VcsBase {
namespace Internal { struct State; }
class VcsBaseSubmitEditor;
-struct VcsBasePluginPrivate;
+class VcsBasePluginPrivate;
class VcsBasePluginStateData;
class VcsBasePlugin;
@@ -137,9 +137,6 @@ public:
const VcsBasePluginState &currentState() const;
Core::IVersionControl *versionControl() const;
- // For internal tests: Create actions driving IVersionControl's snapshot interface.
- QList<QAction*> createSnapShotTestActions();
-
// Convenience that searches for the repository specifically for version control
// systems that do not have directories like "CVS" in each managed subdirectory
// but have a directory at the top of the repository like ".git" containing
@@ -222,10 +219,6 @@ protected:
private slots:
void slotSubmitEditorAboutToClose(VcsBaseSubmitEditor *submitEditor, bool *result);
void slotStateChanged(const VcsBase::Internal::State &s, Core::IVersionControl *vc);
- void slotTestSnapshot();
- void slotTestListSnapshots();
- void slotTestRestoreSnapshot();
- void slotTestRemoveSnapshot();
private:
VcsBasePluginPrivate *d;