mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Rename 'unjoinable' games to 'unavailable'
This commit is contained in:
parent
edd429d874
commit
86ae8a47a8
4 changed files with 14 additions and 14 deletions
|
|
@ -18,7 +18,7 @@ class TabRoom;
|
|||
class GameSelector : public QGroupBox {
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
void showUnjoinableGamesChanged(int state);
|
||||
void showUnavailableGamesChanged(int state);
|
||||
void actCreate();
|
||||
void actJoin();
|
||||
void checkResponse(ResponseCode response);
|
||||
|
|
@ -33,7 +33,7 @@ private:
|
|||
GamesModel *gameListModel;
|
||||
GamesProxyModel *gameListProxyModel;
|
||||
QPushButton *createButton, *joinButton, *spectateButton;
|
||||
QCheckBox *showUnjoinableGamesCheckBox;
|
||||
QCheckBox *showUnavailableGamesCheckBox;
|
||||
public:
|
||||
GameSelector(AbstractClient *_client, TabSupervisor *_tabSupervisor, TabRoom *_room, const QMap<int, QString> &_rooms, const QMap<int, GameTypeMap> &_gameTypes, QWidget *parent = 0);
|
||||
void retranslateUi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue