void Settings::setMakeToxPortable(bool newValue) { QMutexLocker locker{&bigLock}; QFile(getSettingsDirPath()+globalSettingsFile).remove(); makeToxPortable = newValue; saveGlobal(); }
AStylePart::~AStylePart() { saveGlobal(); delete m_configProxy; }