MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / GetProfileDir

Function GetProfileDir

DSView/pv/config/appconfig.cpp:546–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546QString GetProfileDir()
547{
548 #if QT_VERSION >= 0x050400
549 return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
550 #else
551 return QStandardPaths::writableLocation(QStandardPaths::DataLocation);
552 #endif
553}

Callers 1

gen_config_file_pathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected