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


Ignore:
Timestamp:
Dec 6, 2023, 1:37:44 PM (5 months ago)
Author:
stuerze
Message:

an initialization of the supported GNSS in Eph upload is now added

File:
1 edited

Legend:

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

    r10255 r10276  
    30953095    }
    30963096    else if (iCol == 6) {
    3097       QLineEdit* system = new QLineEdit();
     3097      QLineEdit* system = new QLineEdit("GREC");
    30983098      system->setFrame(false);
    30993099      _uploadEphTable->setCellWidget(iRow, iCol, system);
Note: See TracChangeset for help on using the changeset viewer.