Update following SafeWriteFile changes (#12)

Co-authored-by: RJ <Liderate@users.noreply.github.com>
This commit is contained in:
RJ
2025-05-23 09:18:07 +02:00
committed by GitHub
co-authored by RJ
parent ba9e90fb71
commit 66bbb742f4
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -78,5 +78,5 @@ void EnderalSEGamePlugins::writePluginList(const MOBase::IPluginList* pluginList
"and rename them."));
}
file.commitIfDifferent(m_LastSaveHash[filePath]);
file->commit();
}
-3
View File
@@ -14,9 +14,6 @@ public:
protected:
void writePluginList(const MOBase::IPluginList* pluginList,
const QString& filePath) override;
private:
std::map<QString, QByteArray> m_LastSaveHash;
};
#endif // ENDERALSEGAMEPLUGINS_H