MCPcopy Create free account
hub / github.com/deskflow/deskflow / configFile

Method configFile

src/lib/gui/config/ServerConfig.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332QString ServerConfig::configFile() const
333{
334 return Settings::value(Settings::Server::ExternalConfigFile).toString();
335}
336
337bool ServerConfig::useExternalConfig() const
338{

Callers 2

ServerConfigDialogMethod · 0.80
onChangeMethod · 0.80

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected