CompilationDb: Make use of BuildSystem base class parsing infrastructure

Change-Id: I928e173b35b87c0fcb8fc97785ddfa4a2414740d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-03-12 12:09:54 +01:00
parent c679a3ac72
commit 1b9804693d
2 changed files with 2 additions and 13 deletions

View File

@@ -37,10 +37,6 @@
#include <QFutureWatcher>
QT_BEGIN_NAMESPACE
class QTimer;
QT_END_NAMESPACE
namespace CppTools { class CppProjectUpdater; }
namespace ProjectExplorer { class Kit; }
namespace Utils { class FileSystemWatcher; }
@@ -77,7 +73,6 @@ public:
std::unique_ptr<CppTools::CppProjectUpdater> m_cppCodeModelUpdater;
MimeBinaryCache m_mimeBinaryCache;
QByteArray m_projectFileHash;
QTimer * const m_parseDelay;
CompilationDbParser *m_parser = nullptr;
Utils::FileSystemWatcher * const m_deployFileWatcher;
};