more buddy&ignore code, added missing file

This commit is contained in:
Max-Wilhelm Bruker 2011-03-01 20:49:36 +01:00
parent 9e34c9c985
commit 4149f78001
18 changed files with 459 additions and 141 deletions

View file

@ -43,7 +43,10 @@ private:
QXmlStreamWriter *xmlWriter;
QXmlStreamReader *xmlReader;
TopLevelProtocolItem *topLevelItem;
int getUserIdInDB(const QString &name) const;
ResponseCode cmdAddToList(Command_AddToList *cmd, CommandContainer *cont);
ResponseCode cmdRemoveFromList(Command_RemoveFromList *cmd, CommandContainer *cont);
int getDeckPathId(int basePathId, QStringList path);
int getDeckPathId(const QString &path);
bool deckListHelper(DeckList_Directory *folder);