Changeset 3367 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Aug 23, 2011, 4:55:20 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3357 r3367  
    11731173    }
    11741174  }
     1175
     1176  settings.setValue("sslCaCertPath",   _sslCaCertPathLineEdit->text());
     1177  settings.setValue("ignoreSslErrors", _ignoreSslErrorsCheckBox->checkState());
     1178  settings.sync();
    11751179
    11761180  QMessageBox msgBox;
Note: See TracChangeset for help on using the changeset viewer.