added italian translation stub, sort in-game player list by spectator/player

This commit is contained in:
Max-Wilhelm Bruker 2011-08-23 20:23:40 +02:00
parent 0f4b044468
commit b50530dca1
16 changed files with 4445 additions and 397 deletions

View file

@ -17,6 +17,12 @@ public:
bool editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index);
};
class PlayerListTWI : public QTreeWidgetItem {
public:
PlayerListTWI();
bool operator<(const QTreeWidgetItem &other) const;
};
class PlayerListWidget : public QTreeWidget {
Q_OBJECT
private: