mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove the save requires restart signal
This commit is contained in:
parent
3c71d4d96e
commit
60258e4989
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ public:
|
|||
|
||||
QByteArray getJSONSettingsMap() const;
|
||||
const QVariantMap& getSettingsMap() const { return _settingsMap; }
|
||||
signals:
|
||||
void saveRequiresRestart();
|
||||
private:
|
||||
void recurseJSONObjectAndOverwriteSettings(const QJsonObject& postedObject, QVariantMap& settingsVariant,
|
||||
QJsonArray descriptionArray);
|
||||
|
|
Loading…
Reference in a new issue