MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / GetUserDataDir

Function GetUserDataDir

DSView/pv/config/appconfig.cpp:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517QString GetUserDataDir()
518{
519 #if QT_VERSION >= 0x050400
520 return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
521 #else
522 return QStandardPaths::writableLocation(QStandardPaths::DataLocation);
523 #endif
524}
525
526QString GetDecodeScriptDir()
527{

Callers 2

get_dsv_log_pathFunction · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected