forked from qt-creator/qt-creator
QmlJS: Implement renaming of usages.
Task-number: QTCREATORBUG-3669 Change-Id: I2c600cae5ac445ca80eafe6557ba276c14a77a73 Reviewed-on: http://codereview.qt.nokia.com/1413 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
public Q_SLOTS:
|
||||
void followSymbolUnderCursor();
|
||||
void findUsages();
|
||||
void renameUsages();
|
||||
void showContextPane();
|
||||
|
||||
private Q_SLOTS:
|
||||
|
||||
Reference in New Issue
Block a user