Changed PlayerAreaModel to a named QML_SINGLETON.

This commit is contained in:
greek 2024-06-01 07:11:29 +01:00
parent 223a340971
commit f51623deaf
7 changed files with 40 additions and 30 deletions

View file

@ -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);
}