CompilationDataBasePM: Do not delay creating targets

A target can/should handle/use unparsed projects just fine.

Change-Id: I54b8399eab4b4fe7ead2de3cef8ab25cc7bbc621
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-08-01 14:06:37 +02:00
parent 2e14df7561
commit 79f9449f68
2 changed files with 1 additions and 7 deletions

View File

@@ -74,7 +74,6 @@ private:
MimeBinaryCache m_mimeBinaryCache;
QTimer * const m_parseDelay;
CompilationDbParser *m_parser = nullptr;
bool m_hasTarget = false;
};
class CompilationDatabaseEditorFactory : public TextEditor::TextEditorFactory