MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / getConfigFilePath

Function getConfigFilePath

src/shared/shared.cpp:102–106  ·  view source on GitHub ↗

calculate path to config file

Source from the content-addressed store, hash-verified

100
101// calculate path to config file
102QString getConfigFilePath() {
103 const auto configPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation);
104 const auto configFilePath = configPath + "/appimagelauncher.cfg";
105 return configFilePath;
106}
107
108void createConfigFile(int askToMove,
109 const QString& destination,

Callers 2

createConfigFileFunction · 0.85
getConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected