ui: add dialog to warn about active "verbose indexer logging" on refresh

* also featuring: remove unnecessary call in ParserClientImpl
This commit is contained in:
malte_langkabel
2017-05-05 11:37:25 +02:00
parent da2b44bd25
commit c93d5aa9f0
2 changed files with 22 additions and 1 deletions
-1
View File
@@ -90,7 +90,6 @@ void ParserClientImpl::onFileParsed(const FileInfo& fileInfo)
void ParserClientImpl::onCommentParsed(const ParseLocation& location)
{
addNodeHierarchy(NameHierarchy(location.filePath.str()), Node::NODE_FILE);
addCommentLocation(location);
}