Changeset 82 in ntrip for trunk/BNC/bnctabledlg.cpp


Ignore:
Timestamp:
Aug 30, 2006, 5:35:40 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r59 r82  
    8989  // Send the Request
    9090  // ----------------
     91  QString msg;
    9192  QTcpSocket* socket = bncGetThread::request(host, port, _proxyHost,
    9293                                             _proxyPort, mountPoint,
    93                                              user, password);
     94                                             user, password, msg);
    9495  if (!socket) {
     96    QMessageBox::warning(0, "BNC", msg);
    9597    return;
    9698  }
Note: See TracChangeset for help on using the changeset viewer.