Switch to unified view

a/src/qtgui/recoll.h b/src/qtgui/recoll.h
...
...
24
#include "ptmutex.h"
24
#include "ptmutex.h"
25
25
26
// Misc declarations in need of sharing between the UI files
26
// Misc declarations in need of sharing between the UI files
27
27
28
// Open the database if needed. We now force a close/open by default
28
// Open the database if needed. We now force a close/open by default
29
extern bool maybeOpenDb(std::string &reason, bool force = true);
29
extern bool maybeOpenDb(std::string &reason, bool force = true, 
30
          bool *maindberror = 0);
30
31
31
/** Retrieve configured stemming languages */
32
/** Retrieve configured stemming languages */
32
bool getStemLangs(list<string>& langs);
33
bool getStemLangs(list<string>& langs);
33
34
34
extern RclConfig *theconfig;
35
extern RclConfig *theconfig;