summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorJohann Latocha2011-03-29 17:36:02 +0200
committerJohann Latocha2011-03-29 17:36:02 +0200
commit4780b5ac8460bbc59215c348fcb3a275508d6331 (patch)
tree65d16430b2716ba68903ae5cab51b5228de31a5b /src/net
parentAutoconnection implemented: (diff)
downloadpvs-4780b5ac8460bbc59215c348fcb3a275508d6331.tar.gz
pvs-4780b5ac8460bbc59215c348fcb3a275508d6331.tar.xz
pvs-4780b5ac8460bbc59215c348fcb3a275508d6331.zip
Autoconnect bug fixed (validation)
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pvsServiceDiscovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pvsServiceDiscovery.h b/src/net/pvsServiceDiscovery.h
index 08a38b8..58e0ab6 100644
--- a/src/net/pvsServiceDiscovery.h
+++ b/src/net/pvsServiceDiscovery.h
@@ -33,6 +33,7 @@ public:
void connectToSession(QString name, QString passwd);
bool nameExists(QString name);
QStringList getAllServers();
+ void handleDiscovery(QHostAddress host, int port, QByteArray hash);
protected:
void timerEvent(QTimerEvent *event);
@@ -42,7 +43,6 @@ private Q_SLOTS:
void sendServerToGui(PVSDiscoveredServer*);
private:
- void handleDiscovery(QHostAddress host, int port, QByteArray hash);
void setTimerInterval();
QUdpSocket _sock;
QString _sessionName;