Changeset 1614 in ntrip
- Timestamp:
- Feb 18, 2009, 5:42:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncipport.cpp ΒΆ
r1613 r1614 135 135 !_ipLonLineEdit->text().isEmpty() ) { 136 136 137 mountPoints->push_back("//"+ _ipHostLineEdit->text() + ":" 138 + _ipPortLineEdit->text() + "/" 139 + _ipMountLineEdit->text() + " " 140 + _ipFormatLineEdit->text() + " " 141 + _ipLatLineEdit->text() + " " 142 + _ipLonLineEdit->text() + " " 143 + "no N"); 137 mountPoints->push_back("//" + _ipHostLineEdit->text() + ":" 138 + _ipPortLineEdit->text() + "/" 139 + _ipMountLineEdit->text() + " " 140 + _ipFormatLineEdit->text() + " " 141 + _ipLatLineEdit->text() + " " 142 + _ipLonLineEdit->text() + " " 143 + "no N"); 144 144 } else { 145 145 QMessageBox::warning(this, tr("Warning"),
Note:
See TracChangeset
for help on using the changeset viewer.