Home
last modified time | relevance | path

Searched refs:getTLSCertPath (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/gui/src/
H A DSettingsDialog.cpp146 m_pLineEditCertificatePath->setText(appConfig().getTLSCertPath()); in loadFromConfig()
150 if (QFile(appConfig().getTLSCertPath()).exists()) { in loadFromConfig()
151 updateKeyLengthOnFile(appConfig().getTLSCertPath()); in loadFromConfig()
285 if (QFile(appConfig().getTLSCertPath()).exists()) { in on_m_pPushButtonBrowseCert_clicked()
300 auto pathChanged = appConfig().getTLSCertPath() != m_pLineEditCertificatePath->text(); in updateRegenButton()
334 || appConfig().getTLSCertPath() != m_pLineEditCertificatePath->text() in isModified()
H A DAppConfig.cpp595 QString AppConfig::getTLSCertPath() const { in getTLSCertPath() function in AppConfig
612 sslCertificate.generateCertificate(getTLSCertPath(), getTLSKeyLength(), forceGeneration); in generateCertificate()
H A DAppConfig.h137 QString getTLSCertPath() const;
H A DMainWindow.cpp652 args << "--tls-cert" << QString("\"%1\"").arg(m_AppConfig->getTLSCertPath()); in startSynergy()
663 args << "--tls-cert" << m_AppConfig->getTLSCertPath(); in startSynergy()