MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getDesktopDir

Function getDesktopDir

launcher/FileSystem.cpp:913–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913QString getDesktopDir()
914{
915 return QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
916}
917
918// Cross-platform Shortcut creation
919bool createShortcut(QString destination, QString target, QStringList args, QString name, QString icon)

Callers 3

createShortcutFunction · 0.85
test_getDesktopMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_getDesktopMethod · 0.68