QmlJS: Add initial 'Find Usages' support.

This commit is contained in:
Christian Kamm
2010-09-24 14:05:34 +02:00
parent 6755edc351
commit 3f505e9982
20 changed files with 967 additions and 142 deletions

View File

@@ -89,6 +89,7 @@ public:
public Q_SLOTS:
void followSymbolUnderCursor();
void findUsages();
void showContextPane();
private Q_SLOTS: