Home
last modified time | relevance | path

Searched refs:setAuthenticationPath (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/authentication/
H A DauthenticationConfiguration.h31 void setAuthenticationPath(const QString &authenticationPath);
H A DauthenticationConfiguration.cpp32 void AuthenticationConfiguration::setAuthenticationPath(const QString &authenticationPath) in setAuthenticationPath() function in AuthenticationConfiguration
H A DauthenticationConfigurationWidget.cpp54 …authenticationConfiguration->setAuthenticationPath(mAuthenticationUrlRequester->url().toLocalFile(… in saveConfig()