QTfrontend/netwwwwidget.h
changeset 668 0d7683a66d61
parent 667 194dc62d1519
child 883 07a568ba44e0
--- a/QTfrontend/netwwwwidget.h	Sat Dec 15 20:08:08 2007 +0000
+++ b/QTfrontend/netwwwwidget.h	Sat Dec 15 20:28:58 2007 +0000
@@ -19,7 +19,6 @@
 #ifndef _NET_WWWWIDGET_INCLUDED
 #define _NET_WWWWIDGET_INCLUDED
 
-#include <QStringList>
 #include "netserverslist.h"
 
 class QHttp;
@@ -32,13 +31,9 @@
 	HWNetWwwModel(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;
 
 private:
 	QHttp * http;
-	QList<QStringList> games;
 
 private slots:
 	void onClientRead(int id, bool error);