Skip to content
Snippets Groups Projects
Commit cadd9a6a authored by ck's avatar ck
Browse files

Fix compilation with namespaced Qt.

parent e632c9fc
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,11 @@
#include <QHash>
#include <QWeakPointer>
QT_BEGIN_NAMESPACE
class QDeclarativeEngine;
class QGraphicsView;
class QFileSystemWatcher;
QT_END_NAMESPACE
namespace QmlDesigner {
......
......@@ -36,7 +36,9 @@
#include <QPair>
#include <QWeakPointer>
QT_BEGIN_NAMESPACE
class QDeclarativeProperty;
QT_END_NAMESPACE
namespace QmlDesigner {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment