Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2ccad7af
Commit
2ccad7af
authored
Dec 03, 2010
by
hjk
Browse files
qmljsinspector: code cosmetics
parent
a7945715
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljsinspectorplugin.h
View file @
2ccad7af
...
...
@@ -31,21 +31,14 @@
#include
<extensionsystem/iplugin.h>
#include
<qmljs/qmljsmodelmanagerinterface.h>
#include
<debugger/debuggerconstants.h>
#include
<QtCore/QObject>
#include
<QtCore/QPointer>
#include
<QtCore/QTimer>
QT_FORWARD_DECLARE_CLASS
(
QStringList
)
namespace
Core
{
class
IMode
;
}
namespace
ProjectExplorer
{
class
Project
;
}
class
IMode
;
}
// namespace Core
namespace
QmlJSInspector
{
namespace
Internal
{
...
...
@@ -85,7 +78,7 @@ private:
InspectorUi
*
m_inspectorUi
;
};
}
//
end of
namespace Internal
}
//
end of
QmlJSInspector
}
// namespace Internal
}
//
namespace
QmlJSInspector
#endif // QMLINSPECTORPLUGIN_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment