forked from qt-creator/qt-creator
		
	Added `Find Usages' of a Symbol.
This commit is contained in:
		| @@ -62,13 +62,17 @@ Q_SIGNALS: | ||||
|     void changed(); | ||||
|  | ||||
| public: | ||||
|     void findAll(CPlusPlus::Symbol *symbol); | ||||
|     void findUsages(CPlusPlus::Symbol *symbol); | ||||
|     void renameUsages(CPlusPlus::Symbol *symbol); | ||||
|  | ||||
| private Q_SLOTS: | ||||
|     void displayResult(int); | ||||
|     void searchFinished(); | ||||
|     void openEditor(const QString&, int, int); | ||||
|  | ||||
| private: | ||||
|     void findAll_helper(CPlusPlus::Symbol *symbol); | ||||
|  | ||||
| private: | ||||
|     QPointer<CppModelManager> _modelManager; | ||||
|     Find::SearchResultWindow *_resultWindow; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user