Use null QString instead of empty

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li 2025-06-01 18:31:27 +08:00
parent d9884f0d03
commit caff4b884f
No known key found for this signature in database
2 changed files with 13 additions and 13 deletions

View file

@ -362,7 +362,7 @@ bool overrideFolder(QString overwritten_path, QString override_path);
/**
* Creates a shortcut to the specified target file at the specified destination path.
* Returns empty string if creation failed; otherwise returns the path to the created shortcut.
* Returns null QString if creation failed; otherwise returns the path to the created shortcut.
*/
QString createShortcut(QString destination, QString target, QStringList args, QString name, QString icon);