forked from qt-creator/qt-creator
Clang: Fix naming conventions for *ModelManagerSupport* classes
We use "Builtin" and "Clang" as prefixes, not suffixes. Change-Id: I6926aeb8f005176ef420c4421c257e3df61ee0b7 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
void generateCompilationDB();
|
||||
void createCompilationDBButton();
|
||||
|
||||
ModelManagerSupportProviderClang m_modelManagerSupportProvider;
|
||||
ClangModelManagerSupportProvider m_modelManagerSupportProvider;
|
||||
Utils::ParameterAction *m_generateCompilationDBAction = nullptr;
|
||||
QFutureWatcher<void> m_generatorWatcher;
|
||||
#ifdef WITH_TESTS
|
||||
|
||||
Reference in New Issue
Block a user