mirror of
https://github.com/ModOrganizer2/modorganizer-game_enderalse.git
synced 2026-07-27 14:08:06 -07:00
Update following SafeWriteFile changes (#12)
Co-authored-by: RJ <Liderate@users.noreply.github.com>
This commit is contained in:
@@ -78,5 +78,5 @@ void EnderalSEGamePlugins::writePluginList(const MOBase::IPluginList* pluginList
|
||||
"and rename them."));
|
||||
}
|
||||
|
||||
file.commitIfDifferent(m_LastSaveHash[filePath]);
|
||||
file->commit();
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user