Merge pull request #19 from VanNostrand/documentation

Documentation-Branch v2
This commit is contained in:
Daenyth 2013-05-15 13:13:35 -07:00
commit 6d69fe728a
18 changed files with 29 additions and 23 deletions

View file

@ -89,4 +89,4 @@ public:
static PendingCommand *prepareAdminCommand(const ::google::protobuf::Message &cmd);
};
#endif
#endif

View file

@ -32,4 +32,4 @@ public:
void removeArrowTo(ArrowItem *arrow) { arrowsTo.removeAt(arrowsTo.indexOf(arrow)); }
};
#endif
#endif

View file

@ -50,4 +50,4 @@ signals:
void deleteCardInfoPopup(QString cardName);
};
#endif
#endif

View file

@ -26,4 +26,4 @@ Q_DECLARE_METATYPE(QList<ServerInfo_User>)
Q_DECLARE_METATYPE(Event_ReplayAdded)
#endif
#endif

View file

@ -14,4 +14,4 @@ public:
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
};
#endif
#endif

View file

@ -21,4 +21,4 @@ public:
QSet<QString> getCardColors() const;
};
#endif
#endif

View file

@ -5,4 +5,4 @@
typedef QMap<int, QString> GameTypeMap;
#endif
#endif

View file

@ -18,4 +18,4 @@ private slots:
void itemFromServer(const ServerMessage &item);
};
#endif
#endif

View file

@ -20,4 +20,4 @@ public slots:
void itemFromClient(const CommandContainer &item);
};
#endif
#endif

View file

@ -35,4 +35,4 @@ public:
AbstractCounter *addCounter(int _counterId, const QString &_name, int _value);
};
#endif
#endif

View file

@ -31,4 +31,4 @@ public slots:
extern SoundEngine *soundEngine;
#endif
#endif

View file

@ -46,4 +46,4 @@ public:
bool getLocked() const { return locked; }
};
#endif
#endif

View file

@ -24,4 +24,4 @@ public slots:
void updateInfo(const QString &userName);
};
#endif
#endif

View file

@ -92,4 +92,4 @@ public:
void sortItems();
};
#endif
#endif