QTfrontend/netudpwidget.h
changeset 2948 3f21a9dc93d0
parent 1066 1f1b3686a2b0
child 3236 4ab3917d7d44
--- 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