Changeset 3359 in ntrip
- Timestamp:
- Aug 22, 2011, 4:24:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv2.cpp
r3355 r3359 21 21 #include "bncversion.h" 22 22 #include "bncsslconfig.h" 23 #include "bncsettings.h" 23 24 24 25 // Constructor … … 35 36 _firstData = true; 36 37 _status = init; 37 _ignoreSslErrors = false; 38 39 bncSettings settings; 40 _ignoreSslErrors = 41 (Qt::CheckState(settings.value("ignoreSslErrors").toInt()) == Qt::Checked); 42 38 43 if (_secure && !QSslSocket::supportsSsl()) { 39 44 ((bncApp*)qApp)->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
Note:
See TracChangeset
for help on using the changeset viewer.