summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/sessiondialog.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@nokia.com>2011-11-22 10:34:46 +0100
committerJarek Kobus <jaroslaw.kobus@nokia.com>2011-11-22 14:55:33 +0100
commit63007d2ba059f6db45052a30f02c8d913ec20f3c (patch)
tree0113ddd66a990f26c9ef25cf010a3367746dbbeb /src/plugins/projectexplorer/sessiondialog.h
parentfad5cc01669bd892b6c30362732c62f5c55c5ba2 (diff)
downloadqt-creator-63007d2ba059f6db45052a30f02c8d913ec20f3c.tar.gz
Give SessionDialog a parent widget
In this way there is no additional item on taskbar Change-Id: Ib946064f3d859a61eaa5495bc4fb7740b641e154 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/sessiondialog.h')
-rw-r--r--src/plugins/projectexplorer/sessiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/sessiondialog.h b/src/plugins/projectexplorer/sessiondialog.h
index b8e3da69ef..d9700bc05f 100644
--- a/src/plugins/projectexplorer/sessiondialog.h
+++ b/src/plugins/projectexplorer/sessiondialog.h
@@ -48,7 +48,7 @@ class SessionDialog : public QDialog
{
Q_OBJECT
public:
- SessionDialog(SessionManager *sessionManager);
+ SessionDialog(SessionManager *sessionManager, QWidget *parent = 0);
void setAutoLoadSession(bool);
bool autoLoadSession() const;