aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugconnector_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/debugger/qqmldebugconnector_p.h')
-rw-r--r--src/qml/debugger/qqmldebugconnector_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/debugger/qqmldebugconnector_p.h b/src/qml/debugger/qqmldebugconnector_p.h
index e7b8b98c66..30283eae67 100644
--- a/src/qml/debugger/qqmldebugconnector_p.h
+++ b/src/qml/debugger/qqmldebugconnector_p.h
@@ -70,7 +70,6 @@ public:
virtual bool addService(QQmlDebugService *service) = 0;
virtual bool removeService(QQmlDebugService *service) = 0;
- virtual void sendMessages(QQmlDebugService *service, const QList<QByteArray> &messages) = 0;
virtual bool open(const QVariantHash &configuration = QVariantHash()) = 0;
};