Changeset 6710 in ntrip


Ignore:
Timestamp:
Mar 23, 2015, 5:15:59 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6659 r6710  
    9191
    9292  _dataSource->setEditable(false);
    93   _dataSource->addItems(QString("no,Real-Time Streams,RINEX Files").split(","));
     93  _dataSource->addItems(QString(",Real-Time Streams,RINEX Files").split(","));
    9494  connect(_dataSource, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(slotEnableWidgets()));
    9595
     
    311311  const static QPalette paletteGray(QColor(230, 230, 230));
    312312
    313   bool allDisabled = _dataSource->currentText() == "no";
     313  bool allDisabled = _dataSource->currentText() == "";
    314314  bool realTime    = _dataSource->currentText() == "Real-Time Streams";
    315315  bool rinexFiles  = _dataSource->currentText() == "RINEX Files";
Note: See TracChangeset for help on using the changeset viewer.