Switch to unified view

a/src/qtgui/rclm_idx.cpp b/src/qtgui/rclm_idx.cpp
...
...
304
        string path = path_cat(theconfig->getConfDir(), "recoll.conf");
304
        string path = path_cat(theconfig->getConfDir(), "recoll.conf");
305
        cmd += path;
305
        cmd += path;
306
        system(cmd.c_str());
306
        system(cmd.c_str());
307
    }
307
    }
308
}
308
}
309
#else
310
// Because moc does not understand ifdefs, have to have this as an empty func
311
void RclMain::bumpIndexing()
312
{
313
}
309
#endif
314
#endif
310
315
311
static void delay(int millisecondsWait)
316
static void delay(int millisecondsWait)
312
{
317
{
313
    QEventLoop loop;
318
    QEventLoop loop;