Changeset 112 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Sep 7, 2006, 12:07:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r111 r112 299 299 300 300 for (int iRow = 0; iRow < _mountPointsTable->rowCount(); iRow++) { 301 QUrl url( "//" + _mountPointsTable->item(iRow, 0)->text() + "@" +302 _mountPointsTable->item(iRow, 1)->text() );301 QUrl url( "//" + _mountPointsTable->item(iRow, 0)->text() + 302 "@" + _mountPointsTable->item(iRow, 1)->text() ); 303 303 304 304 mountPoints.append(url.toString() + " " + … … 335 335 336 336 for (int iRow = 0; iRow < _mountPointsTable->rowCount(); iRow++) { 337 QUrl url( _mountPointsTable->item(iRow, 0)->text() + "@" +338 _mountPointsTable->item(iRow, 1)->text() );337 QUrl url( "//" + _mountPointsTable->item(iRow, 0)->text() + 338 "@" + _mountPointsTable->item(iRow, 1)->text() ); 339 339 340 340 QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii();
Note:
See TracChangeset
for help on using the changeset viewer.