Add Load/Save functions around Deserialize/Serialise in config

* This lets us do some processing before saving and after loading
  regardless of the path the load/save takes.
This commit is contained in:
baldurk
2017-02-09 19:28:21 +00:00
parent 7d9c38b14a
commit 7c422e3651
6 changed files with 75 additions and 31 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ void MainWindow::LoadLogfile(const QString &filename, bool temporary, bool local
{
m_Core.Config.AlwaysReplayLocally = true;
m_Core.Config.Serialize(Core.ConfigFilename);
m_Ctx->Config.Save();
}
}
*/