From 0eb1662a0eaf8eee680cab5b913fff3fcc9b8b2f Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 5 May 2014 18:24:15 +0200 Subject: - very effective optimization to findfirstfile-calls - several configuration files are now only saved to disk if the content actually changed. This should also get rid of a problem where plugins.txt was re-written immediately after starting the game (causing a conflict with the game) - reduced "noise" from hook.dll - removed some debugging messages --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 3caa08ef..3aaf62a5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -391,6 +391,8 @@ private: std::vector m_RemoveWidget; + uint m_ArchiveListHash; + private slots: void showMessage(const QString &message); -- cgit v1.3.1