--- a/QTfrontend/netudpwidget.h Sat Mar 06 10:54:24 2010 +0000
+++ b/QTfrontend/netudpwidget.h Sat Mar 06 10:59:20 2010 +0000
@@ -29,18 +29,18 @@
Q_OBJECT
public:
- HWNetUdpModel(QObject *parent = 0);
+ HWNetUdpModel(QObject *parent = 0);
- QVariant data(const QModelIndex &index, int role) const;
+ QVariant data(const QModelIndex &index, int role) const;
public slots:
- void updateList();
+ void updateList();
private slots:
- void onClientRead();
+ void onClientRead();
private:
- QUdpSocket* pUdpSocket;
+ QUdpSocket* pUdpSocket;
};
#endif // _NET_UDPWIDGET_INCLUDED