Fix compilation with namespaced Qt.

This commit is contained in:
ck
2010-02-17 11:56:12 +01:00
parent b5646d35da
commit 96690963d3
7 changed files with 15 additions and 21 deletions

View File

@@ -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