From 08520822eb91c065a0893da0e2e9d11574450208 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 11 Jan 2021 19:15:39 +0100 Subject: Fix drop in separator and create mod in separator in descending priority. --- src/modlistview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modlistview.h') 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 // -- cgit v1.3.1