summaryrefslogtreecommitdiff
path: root/src/libs/qmldebug/basetoolsclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-11-15 13:33:45 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-11-20 14:05:02 +0000
commitd29e7a03715ffd8e20a3047b9221d4863605fcd0 (patch)
treeb9cd8929ae401b172a89bf8cc3b28529d6859319 /src/libs/qmldebug/basetoolsclient.h
parentd5888363613274a269f4b05f18986b0f0f154b00 (diff)
downloadqt-creator-d29e7a03715ffd8e20a3047b9221d4863605fcd0.tar.gz
QML Inspector: Simplify
Since we don't need to support the Qt Quick 1 clients anymore, we can drop some code. Change-Id: I7afcad8024392f058a35b3ed0d28d2172587552a Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/qmldebug/basetoolsclient.h')
-rw-r--r--src/libs/qmldebug/basetoolsclient.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/qmldebug/basetoolsclient.h b/src/libs/qmldebug/basetoolsclient.h
index cb8d86cb19..095d60b69e 100644
--- a/src/libs/qmldebug/basetoolsclient.h
+++ b/src/libs/qmldebug/basetoolsclient.h
@@ -41,10 +41,7 @@ public:
virtual void changeToSelectMarqueeTool() = 0;
virtual void changeToZoomTool() = 0;
virtual void showAppOnTop(bool showOnTop) = 0;
-
- // ### Qt 4.8: remove if we can have access to qdeclarativecontextdata or id's
- virtual void setObjectIdList(
- const QList<ObjectReference> &objectRoots) = 0;
+ virtual void selectObjects(const QList<int> &debugIds) = 0;
signals:
void newState(QmlDebug::QmlDebugClient::State status);