diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/model/netserverslist.h --- a/QTfrontend/model/netserverslist.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/model/netserverslist.h Mon Jan 30 17:32:18 2012 -0500 @@ -24,20 +24,20 @@ class HWNetServersModel : public QAbstractTableModel { - Q_OBJECT + Q_OBJECT -public: - HWNetServersModel(QObject *parent = 0); + public: + HWNetServersModel(QObject *parent = 0); - QVariant headerData(int section, Qt::Orientation orientation, int role) const; - int rowCount(const QModelIndex & parent) const; - int columnCount(const QModelIndex & parent) const; + QVariant headerData(int section, Qt::Orientation orientation, int role) const; + int rowCount(const QModelIndex & parent) const; + int columnCount(const QModelIndex & parent) const; -public slots: - virtual void updateList(); + public slots: + virtual void updateList(); -protected: - QList games; + protected: + QList games; }; #endif // _NET_SERVERSLIST_INCLUDED