"Show related card" option added to ingame context menu (#3115)

This commit is contained in:
David Szabo 2018-02-19 07:12:25 +01:00 committed by Zach H
parent 2409eae940
commit 7cfbf114b7
4 changed files with 41 additions and 0 deletions

View file

@ -306,6 +306,7 @@ public:
public slots:
void sendGameCommand(PendingCommand *pend, int playerId = -1);
void sendGameCommand(const ::google::protobuf::Message &command, int playerId = -1);
void viewCardInfo(const QString &cardName);
};
#endif