forked from qt-creator/qt-creator
CMake: forward-declare QDialog
Without this forward declaration compiling cmakekitinformation.cpp yields a compilation error saying QDialog does not name a type. Change-Id: I55066706e9850a947cac47e6e7150928c2fc6c51 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
69663871fc
commit
337ce07eaf
@@ -29,6 +29,7 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QComboBox;
|
||||
class QDialog;
|
||||
class QLabel;
|
||||
class QPlainTextEdit;
|
||||
class QPushButton;
|
||||
|
Reference in New Issue
Block a user