forked from qt-creator/qt-creator
added multiselection from editor to qml viewer
This commit is contained in:
committed by
Olivier Goffart
parent
8f528e241d
commit
4ecad983ec
@@ -47,7 +47,7 @@ signals:
|
||||
void selectedItemsChanged(const QList<QDeclarativeDebugObjectReference> &objects);
|
||||
|
||||
private slots:
|
||||
void changeSelectedElement(int offset, const QString &wordAtCursor);
|
||||
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);
|
||||
void documentChanged(QmlJS::Document::Ptr doc);
|
||||
void setEditor(Core::IEditor *editor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user