aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-11-27 20:05:21 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-11-27 20:05:21 +0100
commitf3279a069760d4f6ba02a52ea53aa5aeccef3935 (patch)
tree586e145a1cc92cdac7f55a80b064a616dea6cd6c /launcher/FileSystem.h
parent8cac61f0bea17036346438761728c3b7bef4fbeb (diff)
parentcc92e1b0b6293a5c198b34554e68440a82e6074c (diff)
downloadPrismLauncher-f3279a069760d4f6ba02a52ea53aa5aeccef3935.tar.gz
PrismLauncher-f3279a069760d4f6ba02a52ea53aa5aeccef3935.tar.bz2
PrismLauncher-f3279a069760d4f6ba02a52ea53aa5aeccef3935.zip
Merge remote-tracking branch 'upstream/develop' into import-resource-pack-dialog-uwu
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);
}