Changeset 7513 in ntrip for trunk/BNC/src/bncnetqueryv2.cpp


Ignore:
Timestamp:
Oct 16, 2015, 12:38:42 PM (9 years ago)
Author:
weber
Message:

Keyname 'ignoreSslErrors' changed to 'sslIngoreErrors'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetqueryv2.cpp

    r6787 r7513  
    3838
    3939  bncSettings settings;
    40   _ignoreSslErrors =
    41      (Qt::CheckState(settings.value("ignoreSslErrors").toInt()) == Qt::Checked);
     40  _sslIgnoreErrors =
     41     (Qt::CheckState(settings.value("sslIgnoreErrors").toInt()) == Qt::Checked);
    4242
    4343  if (_secure && !QSslSocket::supportsSsl()) {
     
    227227  BNC_CORE->slotMessage(msg.toAscii(), true);
    228228
    229   if (_ignoreSslErrors) {
     229  if (_sslIgnoreErrors) {
    230230    _reply->ignoreSslErrors();
    231231  }
Note: See TracChangeset for help on using the changeset viewer.