CppTools: Remove useless parameter in recalculateSemanticInfo()

Change-Id: I24b6f6d698051d1ccfe3f0d83078c26d8de193fb
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-03-13 10:44:56 -03:00
committed by Erik Verbruggen
parent 2a9cde9468
commit 8f6b4c784d
3 changed files with 5 additions and 5 deletions

View File

@@ -110,8 +110,8 @@ public:
bool initialized();
/// Retrieve the semantic info, which will get recalculated on the current
/// thread if it is outdate.
SemanticInfo recalculateSemanticInfo(bool emitSignalWhenFinished = true);
/// thread if it is outdate. Will not emit the semanticInfoUpdated() signal.
SemanticInfo recalculateSemanticInfo();
CPlusPlus::Document::Ptr lastSemanticInfoDocument() const;