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
@@ -45,7 +45,7 @@ class GerritPushDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GerritPushDialog(const QString &workingDir, const QString &reviewerList, QWidget *parent = 0);
|
||||
GerritPushDialog(const QString &workingDir, const QString &reviewerList, QWidget *parent);
|
||||
~GerritPushDialog();
|
||||
|
||||
QString selectedCommit() const;
|
||||
|
||||
Reference in New Issue
Block a user