summaryrefslogtreecommitdiffstats
path: root/depends/util/include/userutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'depends/util/include/userutils.h')
-rw-r--r--depends/util/include/userutils.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/depends/util/include/userutils.h b/depends/util/include/userutils.h
deleted file mode 100644
index aadc112e..00000000
--- a/depends/util/include/userutils.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-#include <QString>
-
-#include "multimc_util_export.h"
-
-namespace Util
-{
-// Get the Directory representing the User's Desktop
-MULTIMC_UTIL_EXPORT 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
-MULTIMC_UTIL_EXPORT bool createShortCut(QString location, QString dest, QStringList args,
- QString name, QString iconLocation);
-}