Changeset 3357 in ntrip for trunk/BNC/bncsslconfig.cpp


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsslconfig.cpp

    r3350 r3357  
    2525{
    2626
    27   QString dirName =  QDir::homePath() + QDir::separator()
    28                   + ".config" + QDir::separator() + qApp->organizationName();
     27  std::cout << "HAHAHA" << std::endl;
     28
     29  QString dirName =  defaultPath();
    2930
    3031  QList<QSslCertificate> caCerts = this->caCertificates();
     
    5152}
    5253
     54// Destructor
     55////////////////////////////////////////////////////////////////////////////
     56QString bncSslConfig::defaultPath() {
     57  return QDir::homePath() + QDir::separator()
     58         + ".config" + QDir::separator() + qApp->organizationName();
     59}
     60
Note: See TracChangeset for help on using the changeset viewer.