Changeset 9735 in ntrip
- Timestamp:
- May 27, 2022, 3:29:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9734 r9735 64 64 65 65 _sslIgnoreErrors = (Qt::CheckState(settings.value("sslIgnoreErrors").toInt()) == Qt::Checked); 66 67 qRegisterMetaType<QList<QSslError> >("QList<QSslError>"); 66 68 67 69 _proxyOutHost = settings.value("proxyHost").toString();
Note:
See TracChangeset
for help on using the changeset viewer.