Include <QAuthenticator> from code that connect to signal that uses it

The new connection syntax will need that
This commit is contained in:
Olivier Goffart 2017-09-20 17:14:33 +02:00 committed by Roeland Jago Douma
parent c219ceea52
commit e8a76859c1
No known key found for this signature in database
GPG Key ID: F941078878347C0C
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <QTimer>
#include <QMutex>
#include <QCoreApplication>
#include <QAuthenticator>
#include "networkjobs.h"
#include "account.h"

View File

@ -32,6 +32,7 @@
#include <QFileInfo>
#include <QDir>
#include <QSslKey>
#include <QAuthenticator>
namespace OCC {

View File

@ -31,6 +31,7 @@
#include "syncengine.h"
#include "creds/credentialscommon.h"
#include "creds/httpcredentials.h"
#include <QAuthenticator>
using namespace QKeychain;