forked from qt-creator/qt-creator
Git: Un-slot private slots
Change-Id: If88d7e1b501daf6f0dfc696cb20e5f1eb4aa83fe Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
74849134f4
commit
1b9b1541d3
@@ -53,10 +53,9 @@ public:
|
||||
bool hasStashForNextBranch();
|
||||
bool hasLocalChanges();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void updatePopStashCheckBox(bool moveChangesChecked);
|
||||
|
||||
private:
|
||||
Ui::BranchCheckoutDialog *m_ui;
|
||||
bool m_foundStashForNextBranch;
|
||||
bool m_hasLocalChanges;
|
||||
|
||||
Reference in New Issue
Block a user