Changeset 5732 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Jul 31, 2014, 4:28:21 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/bncpostprocess.cpp

    r5268 r5732  
    169169    if (!_opt->corrFileName.isEmpty()) {
    170170      _corrFile = new t_corrFile(_opt->corrFileName);
    171       connect(_corrFile, SIGNAL(newCorrections(QList<QString>)),
    172               _pppClient, SLOT(slotNewCorrections(QList<QString>)),
     171      connect(_corrFile, SIGNAL(newCorrections(QStringList)),
     172              _pppClient, SLOT(slotNewCorrections(QStringList)),
    173173              Qt::DirectConnection);
    174174    }
  • trunk/BNC/src/rinex/corrfile.cpp

    r3756 r5732  
    7171  }
    7272
    73   QList<QString> corrs;
     73  QStringList corrs;
    7474
    7575  if (!_lastLine.isEmpty()) {
  • trunk/BNC/src/rinex/corrfile.h

    r3756 r5732  
    4040
    4141 signals:
    42   void newCorrections(QList<QString>);
     42  void newCorrections(QStringList);
    4343
    4444 private:
Note: See TracChangeset for help on using the changeset viewer.