mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
example 'meshtastic': fix for Windows; revisions
This commit is contained in:
parent
936d563128
commit
00375ff3f4
6 changed files with 19 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ class TileProvider : public QTcpServer {
|
|||
public:
|
||||
TileProvider(int port = 0, QObject* parent = nullptr) : QTcpServer(parent) {
|
||||
listen(QHostAddress::Any, port);
|
||||
qDebug() << "tile server started at IP" << serverAddress() << "port" << serverPort();
|
||||
qDebug() << "tile provider started at IP" << serverAddress() << "port" << serverPort();
|
||||
}
|
||||
|
||||
void incomingConnection(qintptr socket) override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue