Changeset 1460 in ntrip
- Timestamp:
- Jan 13, 2009, 10:17:34 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv2.cpp
r1405 r1460 56 56 void bncNetQueryV2::slotError(QNetworkReply::NetworkError) { 57 57 _status = error; 58 emit newMessage( _reply->errorString().toAscii(), true);58 emit newMessage("NetQuery: " + _reply->errorString().toAscii(), true); 59 59 _eventLoop->quit(); 60 60 } -
trunk/BNC/bnctabledlg.cpp
r1459 r1460 386 386 QDialog(parent) { 387 387 388 static const QStringList labels = QString(" url,port,caster,operator,nmea,country,lat,long,link").split(",");388 static const QStringList labels = QString("host,port,caster,operator,nmea,country,lat,long,link").split(","); 389 389 390 390 QStringList lines;
Note:
See TracChangeset
for help on using the changeset viewer.