changed user -> id_user in decklist_folders and decklist_files (issue #48)

This commit is contained in:
Max-Wilhelm Bruker 2013-01-10 00:01:06 +01:00
parent 2e06b95e5c
commit 915e809eb5
3 changed files with 19 additions and 19 deletions

View file

@ -37,7 +37,7 @@ public:
bool isInIgnoreList(const QString &whoseList, const QString &who);
ServerInfo_User getUserData(const QString &name, bool withId = false);
void storeGameInformation(const QString &roomName, const QStringList &roomGameTypes, const ServerInfo_Game &gameInfo, const QSet<QString> &allPlayersEver, const QSet<QString> &allSpectatorsEver, const QList<GameReplay *> &replayList);
DeckList *getDeckFromDatabase(int deckId, const QString &userName);
DeckList *getDeckFromDatabase(int deckId, int userId);
int getNextGameId();
int getNextReplayId();