diff options
| author | Christian Kandeler <christian.kandeler@digia.com> | 2013-03-25 15:29:06 +0100 |
|---|---|---|
| committer | Christian Kandeler <christian.kandeler@digia.com> | 2013-03-25 15:42:48 +0100 |
| commit | 49554406cc94b3b7050f9c63e8e1df544d528605 (patch) | |
| tree | 6918b34b2b23cf363b3461488f423b389168c9ad | |
| parent | b5c823c59a27d33ad2738ebed1bcc0152fee8e96 (diff) | |
| download | qt-creator-49554406cc94b3b7050f9c63e8e1df544d528605.tar.gz | |
QmlDesigner: Fix build with namespaced Qt.
Change-Id: Ifd187ab92945a939795b14e2a383a56d60b230b6
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
| -rw-r--r-- | src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h b/src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h index 25a27f3222..09028695c3 100644 --- a/src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h +++ b/src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h @@ -32,7 +32,9 @@ #include "utilitypanelcontroller.h" +QT_BEGIN_NAMESPACE class QStackedWidget; +QT_END_NAMESPACE namespace QmlDesigner { |
