forked from qt-creator/qt-creator
Git: Fix object leaks
Change-Id: I0efb368782ffb66cf6b8d39650fe7840c5ef2501 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f7ac7fb241
commit
c60ab1ca3c
@@ -95,7 +95,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
BranchAddDialog::BranchAddDialog(QWidget *parent, bool addBranch) :
|
||||
BranchAddDialog::BranchAddDialog(bool addBranch, QWidget *parent) :
|
||||
QDialog(parent),
|
||||
m_ui(new Ui::BranchAddDialog)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user