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
a793f7c4
Commit
a793f7c4
authored
Mar 18, 2010
by
hjk
Browse files
qmlinspector: compile fix with namespaces
parent
3660fead
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlinspector/qmlinspector.cpp
View file @
a793f7c4
...
...
@@ -26,19 +26,20 @@
** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
#include
"qmlinspectorconstants.h"
#include
"qmlinspector.h"
#include
"debugger/debuggermainwindow.h"
#include
"inspectoroutputwidget.h"
#include
"inspectorcontext.h"
#include
<debugger/debuggeruiswitcher.h>
#include
"components/objectpropertiesview.h"
#include
"components/objecttree.h"
#include
"components/watchtable.h"
#include
"components/canvasframerate.h"
#include
"components/expressionquerywidget.h"
#include
"components/objectpropertiesview.h"
#include
<debugger/debuggermainwindow.h>
#include
<debugger/debuggeruiswitcher.h>
#include
<utils/styledbar.h>
#include
<utils/fancymainwindow.h>
...
...
src/plugins/qmlinspector/qmlinspector.h
View file @
a793f7c4
...
...
@@ -51,10 +51,10 @@ class QDeclarativeDebugObjectReference;
class
ObjectTree
;
class
WatchTableModel
;
class
WatchTableView
;
class
ObjectPropertiesView
;
class
CanvasFrameRate
;
QT_END_NAMESPACE
class
ObjectPropertiesView
;
class
ExpressionQueryWidget
;
namespace
Core
{
...
...
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