MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / iniFileName

Function iniFileName

src/settings.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace
13{
14const QString iniFileName()
15{
16 return QApplication::applicationDirPath() + "/" + "settings.ini";
17}
18
19const QString qs_guiGroup = "GUI";
20const QString qs_captureHotkey = "captureHotkey";

Callers 3

saveMethod · 0.85
loadMethod · 0.85
saveLastUpdateCheckMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected