changeset 14886 | 90cf07c60feb |
parent 14407 | 35af3d1ccdfc |
child 14904 | ea2a1436cdd3 |
14885:0c231b5184c5 | 14886: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 } |