forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user