forked from qt-creator/qt-creator
compile fixes
This commit is contained in:
@@ -41,6 +41,8 @@ class QPlainTextEdit;
|
|||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
|
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class IContext;
|
class IContext;
|
||||||
}
|
}
|
||||||
@@ -100,7 +102,5 @@ private:
|
|||||||
QDeclarativeDebugObjectReference m_objectAtLastFocus;
|
QDeclarativeDebugObjectReference m_objectAtLastFocus;
|
||||||
};
|
};
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -53,10 +53,10 @@ class WatchTableModel;
|
|||||||
class WatchTableView;
|
class WatchTableView;
|
||||||
class ObjectPropertiesView;
|
class ObjectPropertiesView;
|
||||||
class CanvasFrameRate;
|
class CanvasFrameRate;
|
||||||
class ExpressionQueryWidget;
|
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
class ExpressionQueryWidget;
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class IContext;
|
class IContext;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ bool QmlInspectorPlugin::initialize(const QStringList &arguments, QString *error
|
|||||||
|
|
||||||
m_inspector = new QmlInspector;
|
m_inspector = new QmlInspector;
|
||||||
addObject(m_inspector);
|
addObject(m_inspector);
|
||||||
core->addContextObject(m_inspector->context());
|
Core::ICore::instance()->addContextObject(m_inspector->context());
|
||||||
|
|
||||||
connect(m_connectionTimer, SIGNAL(timeout()), SLOT(pollInspector()));
|
connect(m_connectionTimer, SIGNAL(timeout()), SLOT(pollInspector()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user