summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/httpget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/httpget.cpp')
-rw-r--r--rbutil/rbutilqt/base/httpget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/httpget.cpp b/rbutil/rbutilqt/base/httpget.cpp
index 129545d158..b226f4892a 100644
--- a/rbutil/rbutilqt/base/httpget.cpp
+++ b/rbutil/rbutilqt/base/httpget.cpp
@@ -64,7 +64,7 @@ HttpGet::HttpGet(QObject *parent)
64 64
65//! @brief set cache path 65//! @brief set cache path
66// @param d new directory to use as cache path 66// @param d new directory to use as cache path
67void HttpGet::setCache(QDir d) 67void HttpGet::setCache(const QDir& d)
68{ 68{
69 m_cachedir = d; 69 m_cachedir = d;
70 bool result; 70 bool result;