Changeset 3359 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 22, 2011, 4:24:01 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3355 r3359  
    2121#include "bncversion.h"
    2222#include "bncsslconfig.h"
     23#include "bncsettings.h"
    2324
    2425// Constructor
     
    3536  _firstData = true;
    3637  _status    = init;
    37   _ignoreSslErrors = false;
     38
     39  bncSettings settings;
     40  _ignoreSslErrors =
     41     (Qt::CheckState(settings.value("ignoreSslErrors").toInt()) == Qt::Checked);
     42
    3843  if (_secure && !QSslSocket::supportsSsl()) {
    3944    ((bncApp*)qApp)->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
Note: See TracChangeset for help on using the changeset viewer.