From fd5461b93d6d3b5b5178f9929b57bcb313ac0717 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 4 Feb 2020 17:10:52 +0100 Subject: CppTools: Use a normal plugin pimpl member for StringTable Change-Id: I2804b623b7ec03f6f4375452c9a422604468aafa Reviewed-by: Christian Kandeler --- src/plugins/cpptools/stringtable.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/cpptools/stringtable.h') diff --git a/src/plugins/cpptools/stringtable.h b/src/plugins/cpptools/stringtable.h index fdac41f1b1..db8201ab00 100644 --- a/src/plugins/cpptools/stringtable.h +++ b/src/plugins/cpptools/stringtable.h @@ -30,8 +30,6 @@ namespace CppTools { namespace Internal { -class CppToolsPluginPrivate; - class StringTable { public: @@ -40,8 +38,8 @@ public: private: friend class CppToolsPluginPrivate; - static void initialize(); - static void destroy(); + StringTable(); + ~StringTable(); }; } // Internal -- cgit v1.2.1