QTfrontend/netudpwidget.h
changeset 416 595d8663254d
parent 413 523f1769f2bc
child 486 7ea71cd3acd5
--- a/QTfrontend/netudpwidget.h	Thu Feb 08 16:29:33 2007 +0000
+++ b/QTfrontend/netudpwidget.h	Thu Feb 08 19:03:23 2007 +0000
@@ -14,13 +14,17 @@
  public:
   HWNetUdpWidget(QWidget *parent = 0);
 
+  QListWidget* serversList;
+
+ public slots:
+  void updateList();
+
  private slots:
   void onClientRead();
 
  private:
   QVBoxLayout mainLayout;
   QUdpSocket* pUdpSocket;
-  QListWidget* serversList;
 };
 
 #endif // _NET_UDPWIDGET_INCLUDED