Changeset 5732 in ntrip for trunk/BNC/src/bnccore.cpp


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/bnccore.cpp

    r5729 r5732  
    690690////////////////////////////////////////////////////////////////////////////
    691691void t_bncCore::dumpCorrs(bncTime minTime, bncTime maxTime) {
    692   QList<QString> allCorrs;
     692  QStringList allCorrs;
    693693  QMutableMapIterator<bncTime, QString> it(*_corrs);
    694694  while (it.hasNext()) {
     
    706706////////////////////////////////////////////////////////////////////////////
    707707void t_bncCore::dumpCorrs() {
    708   QList<QString> allCorrs;
     708  QStringList allCorrs;
    709709  QMutableMapIterator<bncTime, QString> it(*_corrs);
    710710  while (it.hasNext()) {
     
    717717// Dump List of Corrections
    718718////////////////////////////////////////////////////////////////////////////
    719 void t_bncCore::dumpCorrs(const QList<QString>& allCorrs) {
     719void t_bncCore::dumpCorrs(const QStringList& allCorrs) {
    720720  emit newCorrections(allCorrs);
    721721  if (_socketsCorr) {
Note: See TracChangeset for help on using the changeset viewer.