forked from qt-creator/qt-creator
QmlJSObserver: API cleanup
Change signature of setSelectedItemsByObjectId to match the one from signal currentObjectsChanged.
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
explicit QmlJSObserverClient(QDeclarativeDebugConnection *client,
|
||||
QObject *parent = 0);
|
||||
|
||||
void setSelectedItemsByObjectId(const QList<QDeclarativeDebugObjectReference> &objects);
|
||||
void setSelectedItemsByObjectId(const QList<int> &debugIds);
|
||||
void reloadViewer();
|
||||
void setDesignModeBehavior(bool inDesignMode);
|
||||
void setAnimationSpeed(qreal slowdownFactor);
|
||||
|
||||
Reference in New Issue
Block a user