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
@@ -217,7 +217,7 @@ public:
|
||||
bool isOutdated() const;
|
||||
|
||||
signals:
|
||||
void selectedElementChanged(int offset, const QString &wordAtCursor);
|
||||
void selectedElementsChanged(QList<int> offsets, const QString &wordAtCursor);
|
||||
|
||||
public slots:
|
||||
void followSymbolUnderCursor();
|
||||
|
||||
Reference in New Issue
Block a user