This commit is contained in:
ctrlaltca 2017-04-24 22:20:44 +02:00 committed by GitHub
parent f2a887a6a4
commit acb40bc738
2 changed files with 7 additions and 10 deletions

View file

@ -22,8 +22,8 @@ private slots:
void actClearFilter();
void actCreate();
void actJoin();
void actSelectedGameChanged(const QModelIndex &current, const QModelIndex &previous);
void checkResponse(const Response &response);
void updateButtonChoices(const QModelIndex &);
signals:
void gameJoined(int gameId);
private: