aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-10 11:39:41 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-11 08:41:01 +0000
commit5a2459d1e19d9e8d62b6f8b7e0b41bd578fb7617 (patch)
treec3db38ec6c2455c42bf2160abf9ab1d0a5eae78b /src/plugins/vcsbase
parent7c8d20ded74bbeab6249b81b34f7078f3f385a81 (diff)
VcsBase: Make some slots protected and update users accordingly
Change-Id: If38be72e9037126b6b697c5064a07de29a2ef8e5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/vcsbase')
-rw-r--r--src/plugins/vcsbase/vcsbaseplugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/vcsbaseplugin.h b/src/plugins/vcsbase/vcsbaseplugin.h
index 81128df6f1..f091b5d2d2 100644
--- a/src/plugins/vcsbase/vcsbaseplugin.h
+++ b/src/plugins/vcsbase/vcsbaseplugin.h
@@ -175,7 +175,7 @@ public:
QTextCodec *outputCodec = 0,
const QProcessEnvironment &env = QProcessEnvironment());
-public slots:
+protected:
// Convenience slot for "Delete current file" action. Prompts to
// delete the file via VcsManager.
void promptToDeleteCurrentFile();
@@ -183,7 +183,6 @@ public slots:
// pointing to the current project.
void createRepository();
-protected:
enum ActionState { NoVcsEnabled, OtherVcsEnabled, VcsEnabled };
// Sets the current submit editor for this specific version control plugin.