Changeset 9721 in ntrip
- Timestamp:
- May 18, 2022, 10:28:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncnetqueryv2.cpp
r9720 r9721 153 153 // Connect Signals 154 154 // --------------- 155 connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>)));156 155 connect(_reply, SIGNAL(finished()), this, SLOT(slotFinished())); 157 156 connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(terminate())); 157 connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>))); 158 158 if (!full) { 159 159 connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(terminate()));
Note:
See TracChangeset
for help on using the changeset viewer.