Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
80
    bool queryBuildAbstract;
80
    bool queryBuildAbstract;
81
    bool queryReplaceAbstract;
81
    bool queryReplaceAbstract;
82
    bool startWithAdvSearchOpen;
82
    bool startWithAdvSearchOpen;
83
    bool startWithSortToolOpen;
83
    bool startWithSortToolOpen;
84
    bool previewHtml;
84
    bool previewHtml;
85
    bool collapseDuplicates;
85
    // Extra query indexes. This are encoded to base64 before storing
86
    // Extra query indexes. This are encoded to base64 before storing
86
    // to the qt settings file to avoid any bin string/ charset conv issues
87
    // to the qt settings file to avoid any bin string/ charset conv issues
87
    list<string> allExtraDbs;
88
    list<string> allExtraDbs;
88
    list<string> activeExtraDbs;
89
    list<string> activeExtraDbs;
89
    // Advanced search subdir restriction: we don't activate the last value
90
    // Advanced search subdir restriction: we don't activate the last value