diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/net/netserver.h --- a/QTfrontend/net/netserver.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/net/netserver.h Mon Jan 30 17:32:18 2012 -0500 @@ -25,18 +25,18 @@ class HWNetServer : public QObject { - Q_OBJECT + Q_OBJECT -public: - ~HWNetServer(); - bool StartServer(quint16 port); - void StopServer(); - QString getRunningHostName() const; - quint16 getRunningPort() const; + public: + ~HWNetServer(); + bool StartServer(quint16 port); + void StopServer(); + QString getRunningHostName() const; + quint16 getRunningPort() const; -private: - quint16 ds_port; - QProcess process; + private: + quint16 ds_port; + QProcess process; }; #endif // _NETSERVER_INCLUDED