Changeset 2182 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Jan 4, 2010, 3:39:55 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2145 r2182  
    291291    connect(_PPPclient, SIGNAL(newPosition(bncTime, double, double, double)),
    292292            this, SIGNAL(newPosition(bncTime, double, double, double)));
     293  connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)),
     294          this,       SIGNAL(newNMEAstr(QByteArray)));
    293295  }
    294296
Note: See TracChangeset for help on using the changeset viewer.