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();
|
~GerritDialog();
|
||||||
QString repositoryPath() const;
|
QString repositoryPath() const;
|
||||||
void setCurrentPath(const QString &path);
|
void setCurrentPath(const QString &path);
|
||||||
|
void fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||||
|
void fetchFinished();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void fetchDisplay(const QSharedPointer<Gerrit::Internal::GerritChange> &);
|
void fetchDisplay(const QSharedPointer<Gerrit::Internal::GerritChange> &);
|
||||||
void fetchCherryPick(const QSharedPointer<Gerrit::Internal::GerritChange> &);
|
void fetchCherryPick(const QSharedPointer<Gerrit::Internal::GerritChange> &);
|
||||||
void fetchCheckout(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:
|
private:
|
||||||
void slotCurrentChanged();
|
void slotCurrentChanged();
|
||||||
void slotActivated(const QModelIndex &);
|
void slotActivated(const QModelIndex &);
|
||||||
|
|||||||
@@ -226,8 +226,6 @@ public:
|
|||||||
QObject *parent = nullptr);
|
QObject *parent = nullptr);
|
||||||
|
|
||||||
~QueryContext();
|
~QueryContext();
|
||||||
|
|
||||||
public slots:
|
|
||||||
void start();
|
void start();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|||||||
@@ -88,8 +88,6 @@ public:
|
|||||||
Gerrit::Internal::GerritPlugin *gerritPlugin() const;
|
Gerrit::Internal::GerritPlugin *gerritPlugin() const;
|
||||||
bool isCommitEditorOpen() const;
|
bool isCommitEditorOpen() const;
|
||||||
static QString msgRepositoryLabel(const QString &repository);
|
static QString msgRepositoryLabel(const QString &repository);
|
||||||
|
|
||||||
public slots:
|
|
||||||
void startCommit();
|
void startCommit();
|
||||||
void updateBranches(const QString &repository);
|
void updateBranches(const QString &repository);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user