aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 14:32:01 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 15:02:05 +0000
commitf62663e8e43c2d7b65446976a1293903bb3dcaee (patch)
treef823799350cf8e59354a8fea22495f00902efbe9 /src/plugins/bazaar
parentb4195d51746d86f4aa459d07d14a328c7945981a (diff)
Polish: Remove some more useless "slots" from headers
Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarcontrol.h1
-rw-r--r--src/plugins/bazaar/uncommitdialog.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/bazaar/bazaarcontrol.h b/src/plugins/bazaar/bazaarcontrol.h
index b894ba9f550..3b0be48097d 100644
--- a/src/plugins/bazaar/bazaarcontrol.h
+++ b/src/plugins/bazaar/bazaarcontrol.h
@@ -64,7 +64,6 @@ public:
const QString &localName,
const QStringList &extraArgs) override;
-public slots:
// To be connected to the VCSTask's success signal to emit the repository/
// files changed signals according to the variant's type:
// String -> repository, StringList -> files
diff --git a/src/plugins/bazaar/uncommitdialog.h b/src/plugins/bazaar/uncommitdialog.h
index c28e32ce669..f8c23f9e128 100644
--- a/src/plugins/bazaar/uncommitdialog.h
+++ b/src/plugins/bazaar/uncommitdialog.h
@@ -43,10 +43,9 @@ public:
QStringList extraOptions() const;
QString revision() const;
-private slots:
+private:
void dryRun();
-private:
Ui::UnCommitDialog *m_ui;
};