minor fixes

This commit is contained in:
Max-Wilhelm Bruker 2009-05-27 02:33:43 +02:00
parent 748d9bb603
commit 13b6a360d2
15 changed files with 58 additions and 65 deletions

View file

@ -62,7 +62,7 @@ public:
QString getName() const { return name; }
bool getLocal() const { return local; }
const ZoneList *getZones() const { return &zones; }
void gameEvent(ServerEventData *event);
void gameEvent(const ServerEventData &event);
void hoverCardEvent(CardItem *card);
CardDatabase *getDb() const { return db; }
void showCardMenu(const QPoint &p);