Changeset 3358 in ntrip
- Timestamp:
- Aug 22, 2011, 4:20:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsslconfig.cpp
r3357 r3358 18 18 19 19 #include "bncsslconfig.h" 20 #include "bncsettings.h" 20 21 21 22 // Constructor … … 24 25 QSslConfiguration(QSslConfiguration::defaultConfiguration()) 25 26 { 26 27 std::cout << "HAHAHA" << std::endl; 28 29 QString dirName = defaultPath(); 27 28 bncSettings settings; 29 QString dirName = settings.value("sslCaCertPath").toString(); 30 if (dirName.isEmpty()) { 31 dirName = defaultPath(); 32 } 30 33 31 34 QList<QSslCertificate> caCerts = this->caCertificates();
Note:
See TracChangeset
for help on using the changeset viewer.