QTfrontend/netudpwidget.h
changeset 668 0d7683a66d61
parent 667 194dc62d1519
child 883 07a568ba44e0
--- a/QTfrontend/netudpwidget.h	Sat Dec 15 20:08:08 2007 +0000
+++ b/QTfrontend/netudpwidget.h	Sat Dec 15 20:28:58 2007 +0000
@@ -20,7 +20,6 @@
 #ifndef _NET_UDPWIDGET_INCLUDED
 #define _NET_UDPWIDGET_INCLUDED
 
-#include <QStringList>
 #include "netserverslist.h"
 
 class QUdpSocket;
@@ -33,9 +32,6 @@
 	HWNetUdpModel(QObject *parent = 0);
 
 	QVariant data(const QModelIndex &index, int role) 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:
 	void updateList();
@@ -45,7 +41,6 @@
 
 private:
 	QUdpSocket* pUdpSocket;
-	QList<QStringList> games;
 };
 
 #endif // _NET_UDPWIDGET_INCLUDED