changeset 14865 | 90cf07c60feb |
parent 14386 | 35af3d1ccdfc |
child 14883 | ea2a1436cdd3 |
--- a/QTfrontend/ui/page/pagenet.cpp Tue Apr 30 22:43:48 2019 +0200 +++ b/QTfrontend/ui/page/pagenet.cpp Wed May 01 00:01:56 2019 +0300 @@ -128,5 +128,5 @@ QString host = model->index(mi.row(), 1).data().toString(); quint16 port = model->index(mi.row(), 2).data().toUInt(); - emit connectClicked(host, port); + emit connectClicked(host, port, false); }