Polish: Remove some more useless "slots" from headers

Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-10 14:32:01 +01:00
parent b4195d5174
commit f62663e8e4
10 changed files with 24 additions and 31 deletions

View File

@@ -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

View File

@@ -43,10 +43,9 @@ public:
QStringList extraOptions() const;
QString revision() const;
private slots:
private:
void dryRun();
private:
Ui::UnCommitDialog *m_ui;
};