Massive re-organization.
This commit is contained in:
parent
bd64cda672
commit
36396f7c6a
53 changed files with 223 additions and 185 deletions
|
@ -8,12 +8,12 @@
|
|||
namespace Util
|
||||
{
|
||||
// Get the Directory representing the User's Desktop
|
||||
LIBMMCUTIL_EXPORT QString getDesktopDir();
|
||||
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
|
||||
LIBMMCUTIL_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