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

Function getApplicationsDir

launcher/FileSystem.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896QString getApplicationsDir()
897{
898 return QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation);
899}
900
901QString quoteArgs(const QStringList& args, const QString& wrap, const QString& escapeChar, bool wrapOnlyIfNeeded = false)
902{

Callers 2

CreateShortcutDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected