From bf0db9c218edde72750426e2fb273359497db5bb Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 25 Aug 2013 13:15:23 +0200 Subject: - position of splitter in main window is now saved and restored - confirmation dialog before enabling/disabling all plugins - bugfix: GetPrivateProfileString-hook potentially accessed buffer that is allowed to be NULL - bugfix: attempt to extract an archive crashed MO in 0.99.2 - bugfix: archive list wasn't saved correctly in 0.99.2 - bugfix: plugins.txt was incorrectly interpreted as utf-8 --- src/pluginlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index bba775dc..003abd53 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -223,6 +223,9 @@ private: QString m_CurrentProfile; QFontMetrics m_FontMetrics; + QTextCodec *m_Utf8Codec; + QTextCodec *m_LocalCodec; + mutable QTimer m_SaveTimer; }; -- cgit v1.3.1