Changeset 7180 in ntrip for trunk/BNC/src/pppWidgets.cpp


Ignore:
Timestamp:
Aug 14, 2015, 10:57:56 AM (9 years ago)
Author:
stuerze
Message:

NMEA TCP port functionlity removed into bncgetthread class in order to have it available for each PPP station

File:
1 edited

Legend:

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

    r7076 r7180  
    431431     if (iCol == 7) _staTable->setItem(iRow, iCol, new QTableWidgetItem("0.1"));
    432432     if (iCol == 8) _staTable->setItem(iRow, iCol, new QTableWidgetItem("3e-6"));
    433      if (iCol == 9) _staTable->setItem(iRow, iCol, new QTableWidgetItem(""));
     433     if (iCol == 9) _staTable->setItem(iRow, iCol, new QTableWidgetItem("0"));
    434434  }
    435435}
Note: See TracChangeset for help on using the changeset viewer.