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:
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 {