forked from qt-creator/qt-creator
Meson: Aspectify general settings
This follows suit which what is currently happening in other plugins. Change-Id: I5fb75e23d7d6add632cd07c732131b4f9793d345 Reviewed-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "project/mesonproject.h"
|
||||
#include "project/mesonrunconfiguration.h"
|
||||
#include "project/ninjabuildstep.h"
|
||||
#include "settings/general/generalsettingspage.h"
|
||||
#include "settings/general/settings.h"
|
||||
#include "settings/tools/kitaspect/mesontoolkitaspect.h"
|
||||
#include "settings/tools/kitaspect/ninjatoolkitaspect.h"
|
||||
#include "settings/tools/toolssettingsaccessor.h"
|
||||
@@ -84,7 +84,6 @@ private:
|
||||
void saveAll()
|
||||
{
|
||||
m_toolsSettings.saveMesonTools(MesonTools::tools(), ICore::dialogParent());
|
||||
m_generalSettingsPage.saveAll();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user