From a1fd50e920eba0f198b898e5df4ff5f60424d355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 9 Sep 2015 23:53:33 +0200 Subject: GH-1227: World import using drag and drop - zip files and folders --- depends/util/include/pathutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/util/include') 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 -- cgit v1.2.3