aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-12 01:46:30 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-06-14 14:44:49 +0200
commiteffe46db86e1317da5aad66687966b3e11398b6c (patch)
tree9bada0d3e222201dbb249d85e1c095698d93ff79 /launcher/FileSystem.h
parentba939c92ec2e47f609c52b0d824c051fda25e38a (diff)
downloadPrismLauncher-effe46db86e1317da5aad66687966b3e11398b6c.tar.gz
PrismLauncher-effe46db86e1317da5aad66687966b3e11398b6c.tar.bz2
PrismLauncher-effe46db86e1317da5aad66687966b3e11398b6c.zip
refactor: move away from UnitTest.cmake
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r--launcher/FileSystem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h
index bc942ab3..31c7af70 100644
--- a/launcher/FileSystem.h
+++ b/launcher/FileSystem.h
@@ -120,11 +120,6 @@ bool checkProblemticPathJava(QDir folder);
// Get the Directory representing the User's Desktop
QString getDesktopDir();
-// Create a shortcut at *location*, pointing to *dest* called with the arguments *args*
-// call it *name* and assign it the icon *icon*
-// return true if operation succeeded
-bool createShortCut(QString location, QString dest, QStringList args, QString name, QString iconLocation);
-
// 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);