forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user