|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
56 |
int ssearchTyp;
|
56 |
int ssearchTyp;
|
57 |
// Use single app (default: xdg-open), instead of per-mime settings
|
57 |
// Use single app (default: xdg-open), instead of per-mime settings
|
58 |
bool useDesktopOpen;
|
58 |
bool useDesktopOpen;
|
59 |
// Remember sort state between invocations ?
|
59 |
// Remember sort state between invocations ?
|
60 |
bool keepSort;
|
60 |
bool keepSort;
|
|
|
61 |
QString sortField;
|
61 |
bool sortActive;
|
62 |
bool sortActive;
|
62 |
bool sortDesc;
|
63 |
bool sortDesc;
|
63 |
// Abstract preferences. Building abstracts can slow result display
|
64 |
// Abstract preferences. Building abstracts can slow result display
|
64 |
bool queryBuildAbstract;
|
65 |
bool queryBuildAbstract;
|
65 |
bool queryReplaceAbstract;
|
66 |
bool queryReplaceAbstract;
|