summaryrefslogtreecommitdiffstats
path: root/src/core/authentication_dialog_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/authentication_dialog_controller.h')
-rw-r--r--src/core/authentication_dialog_controller.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/core/authentication_dialog_controller.h b/src/core/authentication_dialog_controller.h
index 2fa4e854f..aec91aac5 100644
--- a/src/core/authentication_dialog_controller.h
+++ b/src/core/authentication_dialog_controller.h
@@ -37,10 +37,21 @@
**
****************************************************************************/
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#ifndef AUTHENTICATION_DIALOG_CONTROLLER_H
#define AUTHENTICATION_DIALOG_CONTROLLER_H
-#include "qtwebenginecoreglobal.h"
+#include "qtwebenginecoreglobal_p.h"
#include <QObject>
@@ -48,7 +59,7 @@ namespace QtWebEngineCore {
class AuthenticationDialogControllerPrivate;
-class QWEBENGINE_EXPORT AuthenticationDialogController : public QObject {
+class QWEBENGINECORE_PRIVATE_EXPORT AuthenticationDialogController : public QObject {
Q_OBJECT
public:
~AuthenticationDialogController();
@@ -66,7 +77,7 @@ private:
AuthenticationDialogController(AuthenticationDialogControllerPrivate *);
QScopedPointer<AuthenticationDialogControllerPrivate> d;
- friend class ResourceDispatcherHostLoginDelegateQt;
+ friend class LoginDelegateQt;
};
} // namespace QtWebEngineCore