mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Include <QAuthenticator> from code that connect to signal that uses it
The new connection syntax will need that
This commit is contained in:
parent
c219ceea52
commit
e8a76859c1
@ -26,6 +26,7 @@
|
||||
#include <QTimer>
|
||||
#include <QMutex>
|
||||
#include <QCoreApplication>
|
||||
#include <QAuthenticator>
|
||||
|
||||
#include "networkjobs.h"
|
||||
#include "account.h"
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#include <QFileInfo>
|
||||
#include <QDir>
|
||||
#include <QSslKey>
|
||||
#include <QAuthenticator>
|
||||
|
||||
namespace OCC {
|
||||
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
#include "syncengine.h"
|
||||
#include "creds/credentialscommon.h"
|
||||
#include "creds/httpcredentials.h"
|
||||
#include <QAuthenticator>
|
||||
|
||||
using namespace QKeychain;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user