forked from qt-creator/qt-creator
Gerrit: Fix build
Change-Id: I0e0da912562ffafc92f45b96b0bdd61813ccb24e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
ea2bb656cd
commit
b29f69b944
@@ -74,10 +74,11 @@ public:
|
|||||||
void fetchCheckout(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
void fetchCheckout(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||||
void updateActions(bool hasTopLevel);
|
void updateActions(bool hasTopLevel);
|
||||||
|
|
||||||
private:
|
signals:
|
||||||
void fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
void fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||||
void fetchFinished();
|
void fetchFinished();
|
||||||
|
|
||||||
|
private:
|
||||||
void openView();
|
void openView();
|
||||||
void push();
|
void push();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user