Ignore:
Timestamp:
Aug 8, 2014, 12:58:03 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRunPostProc.cpp

    r5863 r5879  
    144144            this, SLOT(slotMessage(const QByteArray,bool)));
    145145    qRegisterMetaType<bncTime>("bncTime");
    146     connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)),
    147             this, SIGNAL(newPosition(bncTime, double, double, double)));
     146    connect(_pppClient, SIGNAL(newPosition(bncTime, QVector<double>)),
     147            this, SIGNAL(newPosition(bncTime, QVector<double>)));
    148148  }
    149149
Note: See TracChangeset for help on using the changeset viewer.