|
a/src/qtgui/recoll.h |
|
b/src/qtgui/recoll.h |
|
... |
|
... |
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 |
class RclMain;
|
|
|
33 |
extern RclMain *mainWindow;
|
32 |
extern RclConfig *rclconfig;
|
34 |
extern RclConfig *rclconfig;
|
33 |
extern Rcl::Db *rcldb;
|
35 |
extern Rcl::Db *rcldb;
|
34 |
extern int recollNeedsExit;
|
36 |
extern int recollNeedsExit;
|
35 |
extern int startIndexingAfterConfig; // 1st startup
|
37 |
extern int startIndexingAfterConfig; // 1st startup
|
36 |
extern RclHistory *g_dynconf;
|
38 |
extern RclHistory *g_dynconf;
|