QTfrontend/netudpwidget.h
changeset 665 5c7bfc8bac6a
parent 634 b9db5ff5cfdb
child 667 194dc62d1519
equal deleted inserted replaced
664:f0af2401f981 665:5c7bfc8bac6a
    21 
    21 
    22 #include <QWidget>
    22 #include <QWidget>
    23 #include <QVBoxLayout>
    23 #include <QVBoxLayout>
    24 
    24 
    25 #include "netserverslist.h"
    25 #include "netserverslist.h"
    26 
    26 /*
    27 class QUdpSocket;
    27 class QUdpSocket;
    28 class QListWidget;
    28 class QListWidget;
    29 
    29 
    30 class HWNetUdpWidget : public HWNetServersWidget
    30 class HWNetUdpWidget : public HWNetServersWidget
    31 {
    31 {
    41   void onClientRead();
    41   void onClientRead();
    42 
    42 
    43  private:
    43  private:
    44   QUdpSocket* pUdpSocket;
    44   QUdpSocket* pUdpSocket;
    45 };
    45 };
    46 
    46 */
    47 #endif // _NET_UDPWIDGET_INCLUDED
    47 #endif // _NET_UDPWIDGET_INCLUDED