added multiselection from editor to qml viewer

This commit is contained in:
Lasse Holmstedt
2010-07-12 17:18:05 +02:00
committed by Olivier Goffart
parent 8f528e241d
commit 4ecad983ec
5 changed files with 93 additions and 44 deletions

View File

@@ -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();