Changeset 9721 in ntrip for trunk/BNC/src/bncnetqueryv2.cpp


Ignore:
Timestamp:
May 18, 2022, 10:28:52 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9720 r9721  
    153153  // Connect Signals
    154154  // ---------------
    155   connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>)));
    156155  connect(_reply, SIGNAL(finished()), this, SLOT(slotFinished()));
    157156  connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(terminate()));
     157  connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>)));
    158158  if (!full) {
    159159    connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(terminate()));
Note: See TracChangeset for help on using the changeset viewer.