Changeset 6185 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Sep 14, 2014, 3:40:22 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6145 r6185  
    343343    connect(_corrFile, SIGNAL(newOrbCorrections(QList<t_orbCorr>)),
    344344            this, SLOT(slotNewOrbCorrections(QList<t_orbCorr>)));
     345    connect(_corrFile, SIGNAL(newClkCorrections(QList<t_clkCorr>)),
     346            this, SLOT(slotNewClkCorrections(QList<t_clkCorr>)));
    345347  }
    346348
Note: See TracChangeset for help on using the changeset viewer.