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


Ignore:
Timestamp:
May 18, 2022, 9:42:41 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9719 r9720  
    155155  connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>)));
    156156  connect(_reply, SIGNAL(finished()), this, SLOT(slotFinished()));
    157   connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(quit()));
     157  connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(terminate()));
    158158  if (!full) {
    159     connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(quit()));
     159    connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(terminate()));
    160160  }
    161161}
Note: See TracChangeset for help on using the changeset viewer.