| 911 | } |
| 912 | |
| 913 | QString getDesktopDir() |
| 914 | { |
| 915 | return QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); |
| 916 | } |
| 917 | |
| 918 | // Cross-platform Shortcut creation |
| 919 | bool createShortcut(QString destination, QString target, QStringList args, QString name, QString icon) |
no outgoing calls