diff options
Diffstat (limited to 'depends/util/include/pathutils.h')
-rw-r--r-- | depends/util/include/pathutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/util/include/pathutils.h b/depends/util/include/pathutils.h index f31b96d1..82d55cd7 100644 --- a/depends/util/include/pathutils.h +++ b/depends/util/include/pathutils.h @@ -54,7 +54,7 @@ LIBUTIL_EXPORT bool ensureFolderPathExists(QString filenamepath); /** * Copy a folder recursively */ -LIBUTIL_EXPORT bool copyPath(QString src, QString dst, bool follow_symlinks = true); +LIBUTIL_EXPORT bool copyPath(const QString &src, const QString &dst, bool follow_symlinks = true); /** * Delete a folder recursively |