Descubrimiento autom?tico de la direcci?n ip local (BETA)

This commit is contained in:
Luis Ángel San Martín
2012-09-09 10:51:44 +02:00
parent 51b62edc71
commit b0cfaaf13c
4 changed files with 36 additions and 2 deletions

View File

@ -73,5 +73,9 @@ Startup::Startup()
}
QString Startup::getPort()
{
return QString("%1").arg(listener->serverPort());
}

View File

@ -24,6 +24,8 @@ public:
void start();
/** Stop the server */
void stop();
QString getPort();
protected:
};