|
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 "history.h"
|
25 |
#include "dynconf.h"
|
26 |
|
26 |
|
27 |
// Misc declarations in need of sharing between the UI files
|
27 |
// Misc declarations in need of sharing between the UI files
|
28 |
|
28 |
|
29 |
// Open the database if needed. We now force a close/open by default
|
29 |
// Open the database if needed. We now force a close/open by default
|
30 |
extern bool maybeOpenDb(std::string &reason, bool force = true);
|
30 |
extern bool maybeOpenDb(std::string &reason, bool force = true);
|
31 |
|
31 |
|
32 |
extern RclConfig *rclconfig;
|
32 |
extern RclConfig *rclconfig;
|
33 |
extern Rcl::Db *rcldb;
|
33 |
extern Rcl::Db *rcldb;
|
34 |
extern int recollNeedsExit;
|
34 |
extern int recollNeedsExit;
|
35 |
extern int startIndexingAfterConfig; // 1st startup
|
35 |
extern int startIndexingAfterConfig; // 1st startup
|
36 |
extern RclHistory *g_dynconf;
|
36 |
extern RclDynConf *g_dynconf;
|
37 |
extern void startManual(const string& helpindex);
|
37 |
extern void startManual(const string& helpindex);
|
38 |
|
38 |
|
39 |
#ifdef RCL_USE_ASPELL
|
39 |
#ifdef RCL_USE_ASPELL
|
40 |
class Aspell;
|
40 |
class Aspell;
|
41 |
extern Aspell *aspell;
|
41 |
extern Aspell *aspell;
|