Changeset 5954 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 16, 2014, 3:41:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5947 r5954  
    9191  _bncFigurePPP  = new bncFigurePPP(this);
    9292
    93   connect(BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)),
    94           _bncFigurePPP, SLOT(slotNewPosition(bncTime, QVector<double>)));
     93  connect(BNC_CORE, SIGNAL(newPosition(QByteArray, bncTime, QVector<double>)),
     94          _bncFigurePPP, SLOT(slotNewPosition(QByteArray, bncTime, QVector<double>)));
    9595
    9696  connect(BNC_CORE, SIGNAL(progressRnxPPP(int)), this, SLOT(slotPostProgress(int)));
     
    24362436    _mapWin = new bncMapWin(this);
    24372437    connect(_mapWin, SIGNAL(mapClosed()), this, SLOT(slotMapPPPClosed()));
    2438     connect(BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)),
    2439             _mapWin, SLOT(slotNewPosition(bncTime, QVector<double>)));
     2438    connect(BNC_CORE, SIGNAL(newPosition(QByteArray, bncTime, QVector<double>)),
     2439            _mapWin, SLOT(slotNewPosition(QByteArray, bncTime, QVector<double>)));
    24402440  }
    24412441  _mapWin->show();
Note: See TracChangeset for help on using the changeset viewer.