CppTools: Use a plugin pimpl data member for CppToolsSettings

Change-Id: I05c2f8f34b88973fc916115f71c0557675396366
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-02-04 17:30:29 +01:00
parent cd9571b4f7
commit 7e326657e9
3 changed files with 4 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ class CPPTOOLS_EXPORT CppToolsSettings : public QObject
Q_OBJECT
public:
explicit CppToolsSettings(QObject *parent);
CppToolsSettings();
~CppToolsSettings() override;
static CppToolsSettings *instance();