mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Merge branch 'master' into cmake_qt5
Conflicts: cockatrice/src/main.cpp
This commit is contained in:
commit
09d6d26fb2
22 changed files with 156 additions and 93 deletions
|
|
@ -342,6 +342,9 @@ void DeckListModel::sort(int column, Qt::SortOrder order)
|
|||
break;
|
||||
case 2:
|
||||
sortMethod = ByPrice;
|
||||
break;
|
||||
default:
|
||||
sortMethod = ByName;
|
||||
}
|
||||
root->setSortMethod(sortMethod);
|
||||
sortHelper(root, order);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue