Include <QAuthenticator> from code that connect to signal that uses it
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 20 Sep 2017 15:14:33 +0000 (17:14 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:35 +0000 (22:01 +0200)
The new connection syntax will need that

src/libsync/abstractnetworkjob.cpp
src/libsync/account.cpp
src/libsync/creds/httpcredentials.cpp

index f5f4b9d6251bb415138f249deff1f22cb24ef0eb..14f8b1dda8075be2e825f6f1eff29be6f7d19519 100644 (file)
@@ -26,6 +26,7 @@
 #include <QTimer>
 #include <QMutex>
 #include <QCoreApplication>
+#include <QAuthenticator>
 
 #include "networkjobs.h"
 #include "account.h"
index 61a99c0655d5efd0f1eca31010b5c36536f7fe54..589b8e5bd1f3b5956c3a3daee66eb576fcde58d5 100644 (file)
@@ -32,6 +32,7 @@
 #include <QFileInfo>
 #include <QDir>
 #include <QSslKey>
+#include <QAuthenticator>
 
 namespace OCC {
 
index 54a73fbf225410b3ad10e973218907349f949081..a40890424741dffe3fc71d8a140d2904dc020d43 100644 (file)
@@ -31,6 +31,7 @@
 #include "syncengine.h"
 #include "creds/credentialscommon.h"
 #include "creds/httpcredentials.h"
+#include <QAuthenticator>
 
 using namespace QKeychain;