From 6775292d63ba83326b6ba8c26edf2fafaf55ce07 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 3 Jan 2017 10:52:39 +0100 Subject: Fix compile of tests --- test/testfolderman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testfolderman.cpp') 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 { -- cgit v1.2.3