forked from qt-creator/qt-creator
Meson: Delay settings creation
Change-Id: Ib4de981670c9f70e5ddd4c6e0b31bfd4b6a61851 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "mesontoolkitaspect.h"
|
||||
#include "ninjabuildstep.h"
|
||||
#include "ninjatoolkitaspect.h"
|
||||
#include "settings.h"
|
||||
#include "toolssettingsaccessor.h"
|
||||
#include "toolssettingspage.h"
|
||||
|
||||
@@ -45,7 +44,6 @@ public:
|
||||
~MesonProjectPluginPrivate() {}
|
||||
|
||||
private:
|
||||
Settings m_settings;
|
||||
ToolsSettingsPage m_toolslSettingsPage;
|
||||
ToolsSettingsAccessor m_toolsSettings;
|
||||
MesonToolKitAspect m_mesonKitAspect;
|
||||
|
||||
Reference in New Issue
Block a user