Use null QString instead of empty
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
d9884f0d03
commit
caff4b884f
2 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue