Ignore:
Timestamp:
Jul 31, 2014, 4:28:21 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 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    }
Note: See TracChangeset for help on using the changeset viewer.