Changeset 9742 in ntrip


Ignore:
Timestamp:
May 31, 2022, 4:43:50 PM (23 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9739 r9742  
    238238    msg += err.errorString();
    239239  }
    240   BNC_CORE->slotMessage(msg.toLatin1(), true);
    241240
    242241  if (_sslIgnoreErrors) {
     
    245244  }
    246245  else {
     246    BNC_CORE->slotMessage(msg.toLatin1(), true);
    247247    stop();
    248248  }
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r9741 r9742  
    338338void bncUploadCaster::slotSslSocketConnectionClosed() {
    339339  disconnect(_outSocket, SIGNAL(disconnected()), this, SLOT(slotSslSocketConnectionClosed()));
    340   emit(newMessage("slotSslSocketConnectionClosed", true));
    341340  if (_outSocket) {
    342341    delete _outSocket;
Note: See TracChangeset for help on using the changeset viewer.