Changed PlayerAreaModel to a named QML_SINGLETON.
This commit is contained in:
parent
223a340971
commit
f51623deaf
7 changed files with 40 additions and 30 deletions
|
@ -79,3 +79,8 @@ void PlayerAreaModel::setPlayerName(QString s, int n)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void PlayerAreaModel::bet(BetType b, int n)
|
||||
{
|
||||
printf("Received %d-%d\n", b, n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue