forked from qt-creator/qt-creator
Git: Open LogChangeDialog on top of the main window
Change-Id: I9fe92f4e1e91e7a4a80a34e802d0d6b8d92b77e4 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Petar Perisin <petar.perisin@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
05b939db01
commit
089c5dd927
@@ -75,7 +75,7 @@ class LogChangeDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
LogChangeDialog(bool isReset, QWidget *parent = 0);
|
||||
LogChangeDialog(bool isReset, QWidget *parent);
|
||||
|
||||
bool runDialog(const QString &repository, const QString &commit = QString(),
|
||||
bool includeRemote = true);
|
||||
|
||||
Reference in New Issue
Block a user