forked from qt-creator/qt-creator
Fix compilation with namespaced Qt.
This commit is contained in:
@@ -35,18 +35,16 @@
|
||||
#include <QtCore/QPointer>
|
||||
#include <QtCore/QTimer>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QStringList;
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Project;
|
||||
}
|
||||
QT_FORWARD_DECLARE_CLASS(QStringList);
|
||||
|
||||
namespace Core {
|
||||
class IMode;
|
||||
}
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Project;
|
||||
}
|
||||
|
||||
namespace Qml {
|
||||
class QmlInspector;
|
||||
class InspectorOutputPane;
|
||||
@@ -83,6 +81,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QMLINSPECTORPLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user