summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 19:15:39 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 19:15:39 +0100
commit08520822eb91c065a0893da0e2e9d11574450208 (patch)
treed137ce8d040e8b149876b4e986dd817e3d25e56a /src/modlistview.h
parente53905329a7a204ad0ad41600a9fb3040b942991 (diff)
Fix drop in separator and create mod in separator 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
//