QTfrontend/ui/page/pagenet.cpp
changeset 14865 90cf07c60feb
parent 14386 35af3d1ccdfc
child 14883 ea2a1436cdd3
equal deleted inserted replaced
14864:0c231b5184c5 14865:90cf07c60feb
   126         return;
   126         return;
   127     }
   127     }
   128     QString host = model->index(mi.row(), 1).data().toString();
   128     QString host = model->index(mi.row(), 1).data().toString();
   129     quint16 port = model->index(mi.row(), 2).data().toUInt();
   129     quint16 port = model->index(mi.row(), 2).data().toUInt();
   130 
   130 
   131     emit connectClicked(host, port);
   131     emit connectClicked(host, port, false);
   132 }
   132 }