mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-12 21:44:18 -07:00
don't use QSortFilterProxyModel in TabDeckStorage and TabReplays unnecessarily
This commit is contained in:
parent
13b992cf12
commit
ff632911f2
4 changed files with 11 additions and 25 deletions
|
|
@ -7,7 +7,6 @@ class Response;
|
|||
class AbstractClient;
|
||||
class QTreeView;
|
||||
class QFileSystemModel;
|
||||
class QSortFilterProxyModel;
|
||||
class QToolBar;
|
||||
class QGroupBox;
|
||||
class RemoteReplayList_TreeWidget;
|
||||
|
|
@ -21,7 +20,6 @@ private:
|
|||
AbstractClient *client;
|
||||
QTreeView *localDirView;
|
||||
QFileSystemModel *localDirModel;
|
||||
QSortFilterProxyModel *sortFilter;
|
||||
QToolBar *leftToolBar, *rightToolBar;
|
||||
RemoteReplayList_TreeWidget *serverDirView;
|
||||
QGroupBox *leftGroupBox, *rightGroupBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue