forked from qt-creator/qt-creator
CppTools: Use a normal plugin pimpl member for StringTable
Change-Id: I2804b623b7ec03f6f4375452c9a422604468aafa Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user