MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / getDesktopDir

Function getDesktopDir

launcher/FileSystem.cpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891QString getDesktopDir()
892{
893 return QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
894}
895
896QString getApplicationsDir()
897{

Callers 5

createShortcutFunction · 0.85
CreateShortcutDialogMethod · 0.85
test_getDesktopMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_getDesktopMethod · 0.68