Changeset 5846 in ntrip for trunk/BNC/src/bncrawfile.cpp


Ignore:
Timestamp:
Aug 7, 2014, 10:43:33 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5070 r5846  
    136136      QStringList lst  = line.split(' ');
    137137     
    138       delete BNC_CORE->_currentDateAndTimeGPS;
    139       BNC_CORE->_currentDateAndTimeGPS =
    140         new QDateTime(QDateTime::fromString(lst.value(0), Qt::ISODate));
     138      BNC_CORE->setDateAndTimeGPS(QDateTime(QDateTime::fromString(lst.value(0), Qt::ISODate)));
    141139     
    142140      _staID  = lst.value(1).toAscii();
Note: See TracChangeset for help on using the changeset viewer.