Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-01-03 12:52:39 +0300
committerChristian Kamm <mail@ckamm.de>2017-01-03 12:52:39 +0300
commit6775292d63ba83326b6ba8c26edf2fafaf55ce07 (patch)
tree45b779a856dc799a5ca9078339e09d13601c574d /test/testfolderman.cpp
parent6835429a28996239c0cac29f751a9a5a271cceaa (diff)
Fix compile of tests
Diffstat (limited to 'test/testfolderman.cpp')
-rw-r--r--test/testfolderman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfolderman.cpp b/test/testfolderman.cpp
index 16dc81446..121738e44 100644
--- a/test/testfolderman.cpp
+++ b/test/testfolderman.cpp
@@ -23,7 +23,7 @@ using namespace OCC;
class HttpCredentialsTest : public HttpCredentials {
public:
HttpCredentialsTest(const QString& user, const QString& password)
- : HttpCredentials(user, password, "", "")
+ : HttpCredentials(user, password)
{}
void askFromUser() Q_DECL_OVERRIDE {