Changeset 5215 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 16, 2013, 10:44:13 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/bncpostprocess.cpp

    r5214 r5215  
    164164    connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)),
    165165            this, SLOT(slotMessage(const QByteArray,bool)));
     166    qRegisterMetaType<bncTime>("bncTime");
    166167    connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)),
    167168            this, SIGNAL(newPosition(bncTime, double, double, double)));
Note: See TracChangeset for help on using the changeset viewer.