Changeset 5068 in ntrip for trunk/BNC/src/bncpppclient.cpp


Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5066 r5068  
    7272  if (connectSlots) {
    7373    connect(this, SIGNAL(newMessage(QByteArray,bool)),
    74             PGM_CORE, SLOT(slotMessage(const QByteArray,bool)));
    75 
    76     connect(PGM_CORE, SIGNAL(newCorrections(QList<QString>)),
     74            BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
     75
     76    connect(BNC_CORE, SIGNAL(newCorrections(QList<QString>)),
    7777            this, SLOT(slotNewCorrections(QList<QString>)));
    7878  }
Note: See TracChangeset for help on using the changeset viewer.