Git: Remove last "slots"

Change-Id: Id628004ccb7e00b44bb5639072a081ed6ca8c852
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2017-02-22 22:24:19 +02:00
committed by Orgad Shaneh
parent 9f697128c3
commit 2cf2aca136
3 changed files with 2 additions and 8 deletions

View File

@@ -59,16 +59,14 @@ public:
~GerritDialog();
QString repositoryPath() const;
void setCurrentPath(const QString &path);
void fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
void fetchFinished();
signals:
void fetchDisplay(const QSharedPointer<Gerrit::Internal::GerritChange> &);
void fetchCherryPick(const QSharedPointer<Gerrit::Internal::GerritChange> &);
void fetchCheckout(const QSharedPointer<Gerrit::Internal::GerritChange> &);
public slots:
void fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
void fetchFinished();
private:
void slotCurrentChanged();
void slotActivated(const QModelIndex &);

View File

@@ -226,8 +226,6 @@ public:
QObject *parent = nullptr);
~QueryContext();
public slots:
void start();
signals:

View File

@@ -88,8 +88,6 @@ public:
Gerrit::Internal::GerritPlugin *gerritPlugin() const;
bool isCommitEditorOpen() const;
static QString msgRepositoryLabel(const QString &repository);
public slots:
void startCommit();
void updateBranches(const QString &repository);