Switch to unified view

a/src/qtgui/recoll.h b/src/qtgui/recoll.h
...
...
20
#include <string>
20
#include <string>
21
21
22
#include "rclconfig.h"
22
#include "rclconfig.h"
23
#include "rcldb.h"
23
#include "rcldb.h"
24
#include "idxthread.h"
24
#include "idxthread.h"
25
#include "dynconf.h"
26
25
27
// Misc declarations in need of sharing between the UI files
26
// Misc declarations in need of sharing between the UI files
28
27
29
// 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
30
extern bool maybeOpenDb(std::string &reason, bool force = true);
29
extern bool maybeOpenDb(std::string &reason, bool force = true);
...
...
34
33
35
extern RclConfig *rclconfig;
34
extern RclConfig *rclconfig;
36
extern Rcl::Db *rcldb;
35
extern Rcl::Db *rcldb;
37
extern int recollNeedsExit;
36
extern int recollNeedsExit;
38
extern int startIndexingAfterConfig; // 1st startup
37
extern int startIndexingAfterConfig; // 1st startup
39
extern RclDynConf *g_dynconf;
40
extern void startManual(const string& helpindex);
38
extern void startManual(const string& helpindex);
41
39
42
#ifdef RCL_USE_ASPELL
40
#ifdef RCL_USE_ASPELL
43
class Aspell;
41
class Aspell;
44
extern Aspell *aspell;
42
extern Aspell *aspell;