forked from qt-creator/qt-creator
Git: Remove last "slots"
Change-Id: Id628004ccb7e00b44bb5639072a081ed6ca8c852 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
9f697128c3
commit
2cf2aca136
@@ -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 &);
|
||||
|
||||
@@ -226,8 +226,6 @@ public:
|
||||
QObject *parent = nullptr);
|
||||
|
||||
~QueryContext();
|
||||
|
||||
public slots:
|
||||
void start();
|
||||
|
||||
signals:
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user