diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-14 09:11:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 09:11:37 +0100 |
| commit | 34f7ae24501f75d5a74a09b6af939db6edaf6f1c (patch) | |
| tree | 616c67f6d23f951c98003c710bab63e2192a4b7b /src/modlistview.h | |
| parent | c3334e7b4d17f3005bd3c4dab8eee42b1e5510f8 (diff) | |
| parent | 18f70a2dff138f273a9b6babaec226775a03649f (diff) | |
Merge pull request #1357 from Holt59/collapsible-separators
Collapsible separators in descending priority.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 53c71458..13f868c6 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -61,9 +61,10 @@ public: //
bool hasCollapsibleSeparators() const;
- // the column by which the mod list is currently sorted
+ // the column/order by which the mod list is currently sorted
//
int sortColumn() const;
+ Qt::SortOrder sortOrder() const;
// the current group mode
//
|
