Switch to side-by-side view
--- a/src/qtgui/recoll.h +++ b/src/qtgui/recoll.h @@ -35,9 +35,7 @@ bool getStemLangs(vector<string>& langs); extern RclConfig *theconfig; -extern RclConfig *thestableconfig; -extern PTMutexInit thestableconfiglock; -extern void snapshotConfig(); + extern void rememberTempFile(TempFile); extern void forgetTempFile(string &fn);