Reformat and (slightly) decruft all the things.
This commit is contained in:
parent
d6e4fb2971
commit
bb7e8985f6
208 changed files with 4492 additions and 3767 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef USERUTILS_H
|
||||
#define USERUTILS_H
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
@ -13,7 +12,6 @@ LIBUTIL_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
|
||||
LIBUTIL_EXPORT bool createShortCut(QString location, QString dest, QStringList args, QString name, QString iconLocation);
|
||||
LIBUTIL_EXPORT bool createShortCut(QString location, QString dest, QStringList args,
|
||||
QString name, QString iconLocation);
|
||||
}
|
||||
|
||||
#endif // USERUTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue