Skip to content
Snippets Groups Projects
Commit a793f7c4 authored by hjk's avatar hjk
Browse files

qmlinspector: compile fix with namespaces

parent 3660fead
No related branches found
No related tags found
No related merge requests found
...@@ -26,19 +26,20 @@ ...@@ -26,19 +26,20 @@
** contact the sales department at http://qt.nokia.com/contact. ** contact the sales department at http://qt.nokia.com/contact.
** **
**************************************************************************/ **************************************************************************/
#include "qmlinspectorconstants.h" #include "qmlinspectorconstants.h"
#include "qmlinspector.h" #include "qmlinspector.h"
#include "debugger/debuggermainwindow.h"
#include "inspectoroutputwidget.h" #include "inspectoroutputwidget.h"
#include "inspectorcontext.h" #include "inspectorcontext.h"
#include <debugger/debuggeruiswitcher.h>
#include "components/objectpropertiesview.h"
#include "components/objecttree.h" #include "components/objecttree.h"
#include "components/watchtable.h" #include "components/watchtable.h"
#include "components/canvasframerate.h" #include "components/canvasframerate.h"
#include "components/expressionquerywidget.h" #include "components/expressionquerywidget.h"
#include "components/objectpropertiesview.h"
#include <debugger/debuggermainwindow.h>
#include <debugger/debuggeruiswitcher.h>
#include <utils/styledbar.h> #include <utils/styledbar.h>
#include <utils/fancymainwindow.h> #include <utils/fancymainwindow.h>
......
...@@ -51,10 +51,10 @@ class QDeclarativeDebugObjectReference; ...@@ -51,10 +51,10 @@ class QDeclarativeDebugObjectReference;
class ObjectTree; class ObjectTree;
class WatchTableModel; class WatchTableModel;
class WatchTableView; class WatchTableView;
class ObjectPropertiesView;
class CanvasFrameRate; class CanvasFrameRate;
QT_END_NAMESPACE QT_END_NAMESPACE
class ObjectPropertiesView;
class ExpressionQueryWidget; class ExpressionQueryWidget;
namespace Core { namespace Core {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment