forked from qt-creator/qt-creator
qmljsinspector: code cosmetics
This commit is contained in:
@@ -31,21 +31,14 @@
|
|||||||
|
|
||||||
#include <extensionsystem/iplugin.h>
|
#include <extensionsystem/iplugin.h>
|
||||||
#include <qmljs/qmljsmodelmanagerinterface.h>
|
#include <qmljs/qmljsmodelmanagerinterface.h>
|
||||||
#include <debugger/debuggerconstants.h>
|
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QPointer>
|
#include <QtCore/QPointer>
|
||||||
#include <QtCore/QTimer>
|
#include <QtCore/QTimer>
|
||||||
|
|
||||||
QT_FORWARD_DECLARE_CLASS(QStringList)
|
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class IMode;
|
class IMode;
|
||||||
}
|
} // namespace Core
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
|
||||||
class Project;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace QmlJSInspector {
|
namespace QmlJSInspector {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
@@ -85,7 +78,7 @@ private:
|
|||||||
InspectorUi *m_inspectorUi;
|
InspectorUi *m_inspectorUi;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Internal
|
} // namespace Internal
|
||||||
} // end of QmlJSInspector
|
} // namespace QmlJSInspector
|
||||||
|
|
||||||
#endif // QMLINSPECTORPLUGIN_H
|
#endif // QMLINSPECTORPLUGIN_H
|
||||||
|
|||||||
Reference in New Issue
Block a user