summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2024-04-12 15:26:18 +0200
committerUlf Hermann <ulf.hermann@qt.io>2024-04-17 09:53:04 +0000
commit674dfdf226542cc33129899df9833847cb6f4629 (patch)
tree36c9d6145809a61247ca326063c56bb6724f86f7 /src/network/kernel/qauthenticator.h
parentd77ba8cb5956301390ccc39778aad2aa60647034 (diff)
Network: Add Q_GADGET to types exposed in signals and slots
In order to build a complete graph of metaobjects via properties and methods we need to know about all argument and return types as metaobjecs. Such a graph is desirable for reasoning about the consistency of the type system. Task-number: QTBUG-101143 Change-Id: Ic4e2f58a4275df06178437c6d45270f3f2aa5ce6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/network/kernel/qauthenticator.h')
-rw-r--r--src/network/kernel/qauthenticator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.h b/src/network/kernel/qauthenticator.h
index 4d8e85c000..a05d359e93 100644
--- a/src/network/kernel/qauthenticator.h
+++ b/src/network/kernel/qauthenticator.h
@@ -16,6 +16,7 @@ class QUrl;
class Q_NETWORK_EXPORT QAuthenticator
{
+ Q_GADGET
public:
QAuthenticator();
~QAuthenticator();