CppEditor: Remove class CppEditor

It's not needed, and conflicts with the namespace of the same name in
some contexts.

Change-Id: I281025abbfad0feb602f006e3b997a8b9c308b48
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-02 08:23:46 +02:00
parent f7aa963a07
commit 0a7aca5a71
23 changed files with 73 additions and 154 deletions

View File

@@ -85,7 +85,7 @@ protected:
QList<QuickFixTestDocument::Ptr> m_testDocuments;
private:
QScopedPointer<::CppEditor::Tests::TemporaryDir> m_temporaryDirectory;
QScopedPointer<CppEditor::Tests::TemporaryDir> m_temporaryDirectory;
CppCodeStylePreferences *m_cppCodeStylePreferences;
QByteArray m_cppCodeStylePreferencesOriginalDelegateId;