Implemented backwards compatibility to old QuickOpen settings

Also fixed the restoring of the refresh interval, which was broken due
to different keys being used for saving and restoring.
This commit is contained in:
Thorbjørn Lindeijer
2009-05-20 16:53:25 +02:00
parent 94aa58a6b5
commit 93e61533aa
2 changed files with 41 additions and 11 deletions

View File

@@ -86,6 +86,9 @@ private:
OpenDocumentsFilter *m_openDocumentsFilter;
FileSystemFilter *m_fileSystemFilter;
QFutureWatcher<void> m_loadWatcher;
template <typename S>
friend void loadSettingsHelper(QuickOpenPlugin *p, S *settings);
};
} // namespace Internal