summaryrefslogtreecommitdiffstats
path: root/src/core/authentication_dialog_controller.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 12:08:21 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-16 22:57:50 +0100
commit8ff3841d037ee8b190b94efd332de6cb12580d95 (patch)
treeef6adad0fee9faf43684f6b93797157065cc8921 /src/core/authentication_dialog_controller.h
parentccfe9dc62867aca047dd48df3bf34e61a3a4ae78 (diff)
Remove the use of Q_WEBENGINECORE_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: I3f5b90c0d43071a5c8ebc4096995ce5e1e65aebb Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/authentication_dialog_controller.h')
-rw-r--r--src/core/authentication_dialog_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/authentication_dialog_controller.h b/src/core/authentication_dialog_controller.h
index ea8d9035e..944ec4d15 100644
--- a/src/core/authentication_dialog_controller.h
+++ b/src/core/authentication_dialog_controller.h
@@ -22,7 +22,7 @@ namespace QtWebEngineCore {
class AuthenticationDialogControllerPrivate;
-class Q_WEBENGINECORE_PRIVATE_EXPORT AuthenticationDialogController : public QObject {
+class Q_WEBENGINECORE_EXPORT AuthenticationDialogController : public QObject {
Q_OBJECT
public:
~AuthenticationDialogController();