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

Method isPortableMode

libqnapi/src/libqnapi.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool LibQNapi::isPortableMode() {
72 return QFileInfo(portableConfigPath()).exists();
73}
74
75QString LibQNapi::portableConfigPath() {
76 return appExecutableDir + QDir::separator() + "qnapi.ini";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected