Changeset 9035 in ntrip
- Timestamp:
- Aug 27, 2020, 9:30:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r9025 r9035 1897 1897 } 1898 1898 else if (iCol == 7) { 1899 QComboBox* system= (QComboBox*)(_uploadTable->cellWidget(iRow, iCol));1900 hlp += system->currentText() + ",";1899 QComboBox* format = (QComboBox*)(_uploadTable->cellWidget(iRow, iCol)); 1900 hlp += format->currentText() + ","; 1901 1901 } 1902 1902 else if (iCol == 8) {
Note:
See TracChangeset
for help on using the changeset viewer.