Changeset 1460 in ntrip


Ignore:
Timestamp:
Jan 13, 2009, 10:17:34 AM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r1405 r1460  
    5656void bncNetQueryV2::slotError(QNetworkReply::NetworkError) {
    5757  _status = error;
    58   emit newMessage(_reply->errorString().toAscii(), true);
     58  emit newMessage("NetQuery: " + _reply->errorString().toAscii(), true);
    5959  _eventLoop->quit();
    6060}
  • trunk/BNC/bnctabledlg.cpp

    r1459 r1460  
    386386   QDialog(parent) {
    387387
    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(",");
    389389
    390390  QStringList lines;
Note: See TracChangeset for help on using the changeset viewer.