|
a/src/qtgui/recoll.h |
|
b/src/qtgui/recoll.h |
|
... |
|
... |
18 |
#define _RECOLL_H_INCLUDED_
|
18 |
#define _RECOLL_H_INCLUDED_
|
19 |
#include <string>
|
19 |
#include <string>
|
20 |
|
20 |
|
21 |
#include "rclconfig.h"
|
21 |
#include "rclconfig.h"
|
22 |
#include "rcldb.h"
|
22 |
#include "rcldb.h"
|
23 |
#include "idxthread.h"
|
|
|
24 |
#include "ptmutex.h"
|
23 |
#include "ptmutex.h"
|
25 |
|
24 |
|
26 |
// Misc declarations in need of sharing between the UI files
|
25 |
// Misc declarations in need of sharing between the UI files
|
27 |
|
26 |
|
28 |
// Open the database if needed. We now force a close/open by default
|
27 |
// Open the database if needed. We now force a close/open by default
|
|
... |
|
... |
39 |
extern void rememberTempFile(TempFile);
|
38 |
extern void rememberTempFile(TempFile);
|
40 |
extern void forgetTempFile(string &fn);
|
39 |
extern void forgetTempFile(string &fn);
|
41 |
|
40 |
|
42 |
extern Rcl::Db *rcldb;
|
41 |
extern Rcl::Db *rcldb;
|
43 |
extern int recollNeedsExit;
|
42 |
extern int recollNeedsExit;
|
44 |
extern int startIndexingAfterConfig; // 1st startup
|
|
|
45 |
extern void startManual(const string& helpindex);
|
43 |
extern void startManual(const string& helpindex);
|
46 |
|
44 |
|
47 |
#ifdef RCL_USE_ASPELL
|
45 |
#ifdef RCL_USE_ASPELL
|
48 |
class Aspell;
|
46 |
class Aspell;
|
49 |
extern Aspell *aspell;
|
47 |
extern Aspell *aspell;
|