|
a/src/qtgui/rclmain_w.h |
|
b/src/qtgui/rclmain_w.h |
|
... |
|
... |
28 |
#include "rcldb.h"
|
28 |
#include "rcldb.h"
|
29 |
#include "searchdata.h"
|
29 |
#include "searchdata.h"
|
30 |
#include "spell_w.h"
|
30 |
#include "spell_w.h"
|
31 |
#include "refcntr.h"
|
31 |
#include "refcntr.h"
|
32 |
#include "pathut.h"
|
32 |
#include "pathut.h"
|
|
|
33 |
|
|
|
34 |
class ExecCmd;
|
33 |
|
35 |
|
34 |
#if QT_VERSION < 0x040000
|
36 |
#if QT_VERSION < 0x040000
|
35 |
#include "rclmain.h"
|
37 |
#include "rclmain.h"
|
36 |
#else
|
38 |
#else
|
37 |
#include "ui_rclmain.h"
|
39 |
#include "ui_rclmain.h"
|
|
... |
|
... |
128 |
ConfIndexW *indexConfig;
|
130 |
ConfIndexW *indexConfig;
|
129 |
SpellW *spellform;
|
131 |
SpellW *spellform;
|
130 |
QTimer *periodictimer;
|
132 |
QTimer *periodictimer;
|
131 |
|
133 |
|
132 |
vector<TempFile> m_tempfiles;
|
134 |
vector<TempFile> m_tempfiles;
|
|
|
135 |
vector<ExecCmd*> m_viewers;
|
133 |
map<QString, int> m_stemLangToId;
|
136 |
map<QString, int> m_stemLangToId;
|
134 |
vector<string> m_catgbutvec;
|
137 |
vector<string> m_catgbutvec;
|
135 |
int m_idNoStem;
|
138 |
int m_idNoStem;
|
136 |
int m_idAllStem;
|
139 |
int m_idAllStem;
|
137 |
bool m_idxStatusAck; // Did we act on last status?
|
140 |
bool m_idxStatusAck; // Did we act on last status?
|