Switch to unified view

a/src/qtgui/main.cpp b/src/qtgui/main.cpp
...
...
85
}
85
}
86
86
87
RclHistory *g_dynconf;
87
RclHistory *g_dynconf;
88
int recollNeedsExit;
88
int recollNeedsExit;
89
int startIndexingAfterConfig;
89
int startIndexingAfterConfig;
90
static RclMain *mainWindow;
90
RclMain *mainWindow;
91
static string recollsharedir;
91
static string recollsharedir;
92
92
93
bool maybeOpenDb(string &reason, bool force)
93
bool maybeOpenDb(string &reason, bool force)
94
{
94
{
95
    if (!rcldb) {
95
    if (!rcldb) {