diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 19:15:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 19:15:39 +0100 |
| commit | 08520822eb91c065a0893da0e2e9d11574450208 (patch) | |
| tree | d137ce8d040e8b149876b4e986dd817e3d25e56a /src/modlistview.h | |
| parent | e53905329a7a204ad0ad41600a9fb3040b942991 (diff) | |
Fix drop in separator and create mod in separator 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
//
|
