aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-02 20:46:01 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-02 20:46:04 +0100
commitb9a17f59997ced5be50c9316406cbc5791265099 (patch)
tree21296860dc21b3d418adf37b6c720db71e5dee68 /launcher/FileSystem.h
parent66f9fed2f2fccfb00ee3086637a667eca60213aa (diff)
parentab23f542c648f09e989b2fa650031e169567a3d6 (diff)
downloadPrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.gz
PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.bz2
PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.zip
Merge branch 'upstream/develop' into develop
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r--launcher/FileSystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h
index a9a81123..ac893725 100644
--- a/launcher/FileSystem.h
+++ b/launcher/FileSystem.h
@@ -172,4 +172,9 @@ QString getDesktopDir();
// Overrides one folder with the contents of another, preserving items exclusive to the first folder
// Equivalent to doing QDir::rename, but allowing for overrides
bool overrideFolder(QString overwritten_path, QString override_path);
+
+/**
+ * Creates a shortcut to the specified target file at the specified destination path.
+ */
+bool createShortcut(QString destination, QString target, QStringList args, QString name, QString icon);
}