summaryrefslogtreecommitdiffstats
path: root/libutil/include/userutils.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-02-25 13:39:07 -0600
committerAndrew <forkk@forkk.net>2013-02-25 13:39:07 -0600
commitb56b819c35843db0d135a5bbbee5fc9916bd06df (patch)
treeb06aa2eaa9c0cae993a15d110c4c3754aa63609f /libutil/include/userutils.h
parent23474da17500b35bf4fb2a754021175361baab00 (diff)
downloadMultiMC-b56b819c35843db0d135a5bbbee5fc9916bd06df.tar
MultiMC-b56b819c35843db0d135a5bbbee5fc9916bd06df.tar.gz
MultiMC-b56b819c35843db0d135a5bbbee5fc9916bd06df.tar.lz
MultiMC-b56b819c35843db0d135a5bbbee5fc9916bd06df.tar.xz
MultiMC-b56b819c35843db0d135a5bbbee5fc9916bd06df.zip
Fixed some formatting.
Diffstat (limited to 'libutil/include/userutils.h')
-rw-r--r--libutil/include/userutils.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libutil/include/userutils.h b/libutil/include/userutils.h
index c99e758e..2ea1d457 100644
--- a/libutil/include/userutils.h
+++ b/libutil/include/userutils.h
@@ -5,13 +5,13 @@
namespace Util
{
- // Get the Directory representing the User's Desktop
- QString getDesktopDir();
+// 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);
+// 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);
}
#endif // USERUTILS_H