Commit e8ee323b authored by Martin Jones's avatar Martin Jones Committed by Qt by Nokia
Browse files

Correct QDeclarativeInspectorInterface iid


Change-Id: I874c501dc1839712d2da663f13e437e3c7a0e4fe
Reviewed-by: default avatarMatthew Vogt <matthew.vogt@nokia.com>
parent 8bcedb39
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -74,7 +74,7 @@ public:
virtual void clientMessage(const QByteArray &message) = 0;
};
#define QDeclarativeInspectorInterface_iid "org.qt-project.Qt."
#define QDeclarativeInspectorInterface_iid "org.qt-project.Qt.QDeclarativeInspectorInterface"
Q_DECLARE_INTERFACE(QDeclarativeInspectorInterface, QDeclarativeInspectorInterface_iid)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment