aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugconnector_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-14 18:35:02 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-04 13:34:39 +0000
commitf0fdb1ce982c6cf594379c92fd45d745805d4b4c (patch)
tree37b0dc01b23739142953e042a9778f521c445c9c /src/qml/debugger/qqmldebugconnector_p.h
parente7a709044e75004075e62c1c3a665b19c47947af (diff)
Move QQmlDebugServer into a plugin
Change-Id: I8dc95f64c6df7303e8f580f191ee35da2284718b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/qqmldebugconnector_p.h')
-rw-r--r--src/qml/debugger/qqmldebugconnector_p.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmldebugconnector_p.h b/src/qml/debugger/qqmldebugconnector_p.h
index a45da4cae0..a4531bf1a9 100644
--- a/src/qml/debugger/qqmldebugconnector_p.h
+++ b/src/qml/debugger/qqmldebugconnector_p.h
@@ -83,6 +83,15 @@ protected:
static QString commandLineArguments();
};
+class Q_QML_PRIVATE_EXPORT QQmlDebugConnectorFactory : public QObject {
+ Q_OBJECT
+public:
+ virtual QQmlDebugConnector *create(const QString &key) = 0;
+ ~QQmlDebugConnectorFactory();
+};
+
+#define QQmlDebugConnectorFactory_iid "org.qt-project.Qt.QQmlDebugConnectorFactory"
+
QT_END_NAMESPACE
#endif // QQMLDEBUGCONNECTOR_H