Introduced CPlusPlus::FindUsages.

This commit is contained in:
Roberto Raggi
2009-10-27 12:01:45 +01:00
parent 83a7e0f518
commit fefd72b293
5 changed files with 583 additions and 447 deletions

View File

@@ -42,6 +42,10 @@ namespace Find {
struct SearchResultItem;
} // end of namespace Find
namespace CPlusPlus {
class Usage;
} // end of namespace CPlusPlus
namespace CppTools {
class CppModelManagerInterface;
@@ -78,7 +82,7 @@ private:
private:
QPointer<CppModelManagerInterface> _modelManager;
Find::SearchResultWindow *_resultWindow;
QFutureWatcher<Utils::FileSearchResult> m_watcher;
QFutureWatcher<CPlusPlus::Usage> m_watcher;
};
} // end of namespace Internal