diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-09-09 23:53:33 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-09 23:53:33 +0200 |
commit | a1fd50e920eba0f198b898e5df4ff5f60424d355 (patch) | |
tree | 6b2a3e0ec704d5edfec221c84ca1571376df9c1e /depends/util/include/pathutils.h | |
parent | 51070a13f711e53835f9aadc220c8177440590d9 (diff) | |
download | PrismLauncher-a1fd50e920eba0f198b898e5df4ff5f60424d355.tar.gz PrismLauncher-a1fd50e920eba0f198b898e5df4ff5f60424d355.tar.bz2 PrismLauncher-a1fd50e920eba0f198b898e5df4ff5f60424d355.zip |
GH-1227: World import using drag and drop - zip files and folders
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 |