mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 18: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
|
|
@ -31,10 +31,10 @@ class GamesProxyModel : public QSortFilterProxyModel {
|
|||
Q_OBJECT
|
||||
private:
|
||||
ServerInfo_User *ownUser;
|
||||
bool unjoinableGamesVisible;
|
||||
bool unavailableGamesVisible;
|
||||
public:
|
||||
GamesProxyModel(QObject *parent = 0, ServerInfo_User *_ownUser = 0);
|
||||
void setUnjoinableGamesVisible(bool _unjoinableGamesVisible);
|
||||
void setUnavailableGamesVisible(bool _unavailableGamesVisible);
|
||||
protected:
|
||||
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue