forked from qt-creator/qt-creator
		
	Core: Remove #include <QMainWindow> from icore.h
Adapt users; also use dialogParent() instead of mainWindow() were appropriate. Change-Id: Ib60b118f05c986a70657446c5b2937074243bb5c Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
		| @@ -39,6 +39,7 @@ | ||||
| #include <QApplication> | ||||
| #include <QFileInfo> | ||||
| #include <QLoggingCategory> | ||||
| #include <QMainWindow> | ||||
| #include <QMessageBox> | ||||
| #include <QSettings> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user