summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2021-01-14 09:11:37 +0100
committerGitHub <noreply@github.com>2021-01-14 09:11:37 +0100
commit34f7ae24501f75d5a74a09b6af939db6edaf6f1c (patch)
tree616c67f6d23f951c98003c710bab63e2192a4b7b /src/modlistview.h
parentc3334e7b4d17f3005bd3c4dab8eee42b1e5510f8 (diff)
parent18f70a2dff138f273a9b6babaec226775a03649f (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.h3
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
//