Changeset 3346 in ntrip
- Timestamp:
- Aug 21, 2011, 11:56:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv2.cpp
r3338 r3346 190 190 // TSL/SSL 191 191 //////////////////////////////////////////////////////////////////////////// 192 void bncNetQueryV2::slotSslErrors(QList<QSslError>) { 193 194 //// std::cout << "slotSslErrors" << std::endl; 192 void bncNetQueryV2::slotSslErrors(QList<QSslError> /* errors */) { 193 194 // std::cout << "slotSslErrors" << std::endl; 195 // QListIterator<QSslError> it(errors); 196 // while (it.hasNext()) { 197 // const QSslError& err = it.next(); 198 // std::cout << err.errorString().toAscii().data() << std::endl; 199 // } 200 195 201 _reply->ignoreSslErrors(); 196 202 }
Note:
See TracChangeset
for help on using the changeset viewer.