MCPcopy Create free account
hub / github.com/QNapi/qnapi / portableConfigPath

Method portableConfigPath

libqnapi/src/libqnapi.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75QString LibQNapi::portableConfigPath() {
76 return appExecutableDir + QDir::separator() + "qnapi.ini";
77}
78
79QString LibQNapi::uiLanguage(const GeneralConfig& generalConfig) {
80 if (generalConfig.uiLanguage().isEmpty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected