|
a/src/qtgui/idxthread.cpp |
|
b/src/qtgui/idxthread.cpp |
|
... |
|
... |
71 |
action_mutex.unlock();
|
71 |
action_mutex.unlock();
|
72 |
|
72 |
|
73 |
m_interrupted = false;
|
73 |
m_interrupted = false;
|
74 |
indexingstatus = IDXTS_NULL;
|
74 |
indexingstatus = IDXTS_NULL;
|
75 |
// We have to make a copy of the config (setKeydir changes
|
75 |
// We have to make a copy of the config (setKeydir changes
|
76 |
// it during indexation)
|
76 |
// it during indexing)
|
77 |
RclConfig *myconf = new RclConfig(*cnf);
|
77 |
RclConfig *myconf = new RclConfig(*cnf);
|
78 |
int loglevel;
|
78 |
int loglevel;
|
79 |
myconf->setKeyDir("");
|
79 |
myconf->setKeyDir("");
|
80 |
myconf->getConfParam("loglevel", &loglevel);
|
80 |
myconf->getConfParam("loglevel", &loglevel);
|
81 |
DebugLog::getdbl()->setloglevel(loglevel);
|
81 |
DebugLog::getdbl()->setloglevel(loglevel);
|