diff options
| author | Konstantin Tokarev <annulen@yandex.ru> | 2012-07-19 15:31:22 +0400 |
|---|---|---|
| committer | hjk <qthjk@ovi.com> | 2012-07-19 15:15:53 +0200 |
| commit | d18bf468ad9d68f90ed52cdf6e086cc8907a0cb8 (patch) | |
| tree | 6caa130ab29b524b31fb1fa32896800d07c61e20 /src/plugins/debugger/qml/qmlengine.cpp | |
| parent | a4fcd8d3cbd313b767873f15009824763bf1d975 (diff) | |
| download | qt-creator-d18bf468ad9d68f90ed52cdf6e086cc8907a0cb8.tar.gz | |
Changed return type of :ICore::mainWindow() to QWidget*
Also removed all <QMainWindow> includes which are not needed
anymore.
Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlengine.cpp')
| -rw-r--r-- | src/plugins/debugger/qml/qmlengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 6ab15d7f28..8c68ecc805 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -76,7 +76,6 @@ #include <QAction> #include <QApplication> -#include <QMainWindow> #include <QMessageBox> #include <QPlainTextEdit> #include <QToolTip> |
