Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
83
    QStringList asearchSubdirHist;
83
    QStringList asearchSubdirHist;
84
    // Textual history of simple searches (this is just the combobox list)
84
    // Textual history of simple searches (this is just the combobox list)
85
    QStringList ssearchHistory;
85
    QStringList ssearchHistory;
86
    // Make phrase out of search terms and add to search in simple search
86
    // Make phrase out of search terms and add to search in simple search
87
    bool ssearchAutoPhrase;
87
    bool ssearchAutoPhrase;
88
    double ssearchAutoPhraseThreshPC;
88
    // Ignored file types in adv search (startup default)
89
    // Ignored file types in adv search (startup default)
89
    QStringList asearchIgnFilTyps;
90
    QStringList asearchIgnFilTyps;
90
    bool        fileTypesByCats;
91
    bool        fileTypesByCats;
91
    // Words that are automatically turned to ext:xx specs in the query
92
    // Words that are automatically turned to ext:xx specs in the query
92
    // language entry. 
93
    // language entry.