Changeset 9709 in ntrip


Ignore:
Timestamp:
May 5, 2022, 10:03:50 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9622 r9709  
    123123            this, SLOT(slotNewClkCorrections(QList<t_clkCorr>)),conType);
    124124
     125    connect(BNC_CMB, SIGNAL(newCodeBiases(QList<t_satCodeBias>)),
     126            this, SLOT(slotNewCodeBiases(QList<t_satCodeBias>)),conType);
     127
    125128    connect(BNC_CORE, SIGNAL(providerIDChanged(QString)),
    126129            this, SLOT(slotProviderIDChanged(QString)));
Note: See TracChangeset for help on using the changeset viewer.