add deck hash copying functions (#3882)

This commit is contained in:
ebbit1q 2020-01-13 16:11:19 +01:00 committed by Zach H
parent 0ff7472ce5
commit 7bfefee073
5 changed files with 32 additions and 5 deletions

View file

@ -53,6 +53,12 @@ public:
UserLevelFlags userLevel,
bool online = true,
int playerId = -1);
void showContextMenu(const QPoint &pos,
const QString &userName,
UserLevelFlags userLevel,
bool online,
int playerId,
const QString &deckHash);
};
#endif