Compute the dependecy table on demand.

This commit is contained in:
Roberto Raggi
2010-07-06 14:34:59 +02:00
parent f30f1b66de
commit 7528b2c63a
2 changed files with 1 additions and 14 deletions

View File

@@ -85,8 +85,6 @@ private:
Find::SearchResultWindow *_resultWindow;
QFutureWatcher<CPlusPlus::Usage> m_watcher;
CPlusPlus::DependencyTable m_deps;
QFuture<CPlusPlus::DependencyTable> m_depsFuture;
QTimer *m_updateDependencyTableTimer;
};
} // end of namespace Internal