mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
User list sorting fix
This commit is contained in:
parent
235d591778
commit
a5d73a9a60
2 changed files with 23 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define TAB_SERVER_H
|
||||
|
||||
#include <QGroupBox>
|
||||
#include <QTreeWidget>
|
||||
#include "tab.h"
|
||||
#include "protocol_datastructures.h"
|
||||
|
||||
|
|
@ -76,6 +77,12 @@ public:
|
|||
void retranslateUi();
|
||||
};
|
||||
|
||||
class UserListTWI : public QTreeWidgetItem {
|
||||
public:
|
||||
UserListTWI();
|
||||
bool operator<(const QTreeWidgetItem &other) const;
|
||||
};
|
||||
|
||||
class UserList : public QGroupBox {
|
||||
Q_OBJECT
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue