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/cppeditor | |
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/cppeditor')
-rw-r--r-- | src/plugins/cppeditor/cppeditor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditor.cpp b/src/plugins/cppeditor/cppeditor.cpp index 17b17894ef..7f98f0842f 100644 --- a/src/plugins/cppeditor/cppeditor.cpp +++ b/src/plugins/cppeditor/cppeditor.cpp @@ -112,7 +112,6 @@ #include <QToolBar> #include <QTreeView> #include <QSortFilterProxyModel> -#include <QMainWindow> #include <sstream> |