Changeset 9035 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 27, 2020, 9:30:34 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9025 r9035  
    18971897        }
    18981898        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() + ",";
    19011901        }
    19021902        else if (iCol == 8) {
Note: See TracChangeset for help on using the changeset viewer.