Commit 066affc7 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Qt Designer: Add C++ guards to precompiled header


Task-number: QTBUG-62872
Change-Id: I637ee1bf7c733c4ccaf45745837fda2966fe2482
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
Showing with 2 additions and 0 deletions
...@@ -26,5 +26,7 @@ ...@@ -26,5 +26,7 @@
** **
****************************************************************************/ ****************************************************************************/
#if defined __cplusplus
#include <QtDesigner/QtDesigner> #include <QtDesigner/QtDesigner>
#include <QtDesigner/QExtensionManager> #include <QtDesigner/QExtensionManager>
#endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment