mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
everything compiles again; enough for today
This commit is contained in:
parent
dd5ae4d74d
commit
cb0e4d07e4
29 changed files with 340 additions and 766 deletions
|
|
@ -410,7 +410,7 @@ void Player::setCardAttrHelper(CardItem *card, const QString &aname, const QStri
|
|||
}
|
||||
}
|
||||
|
||||
void Player::gameEvent(const ServerEventData &event)
|
||||
/*void Player::gameEvent(const ServerEventData &event)
|
||||
{
|
||||
QStringList data = event.getEventData();
|
||||
switch (event.getEventType()) {
|
||||
|
|
@ -643,7 +643,7 @@ void Player::gameEvent(const ServerEventData &event)
|
|||
qDebug("unhandled player event");
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
void Player::showCardMenu(const QPoint &p)
|
||||
{
|
||||
emit sigShowCardMenu(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue