diff options
author | Mårten Nordheim <[email protected]> | 2024-09-06 14:28:26 +0200 |
---|---|---|
committer | Mårten Nordheim <[email protected]> | 2024-09-06 19:19:37 +0200 |
commit | 1b592e18b2f3f20d6941fe1a761d680f3dbdb61a (patch) | |
tree | 5d2cfe2162a9b004d74efdfac20337cc5fa4c6d5 | |
parent | e1fdfe9da8ccdeed9af602897232a513884b0515 (diff) |
Network: includemocs
IIRC they were Q_GADGET'ed
Pick-to: 6.8
Change-Id: Ia80e506587fb583591ea4b89e648cb9cdfd98dfa
Reviewed-by: Thiago Macieira <[email protected]>
-rw-r--r-- | src/network/kernel/qauthenticator.cpp | 2 | ||||
-rw-r--r-- | src/network/kernel/qhostinfo.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index 02a12f1dff7..e2e32d7e5cc 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -1797,3 +1797,5 @@ static bool qGssapiTestGetCredentials(QStringView host) #endif // gssapi QT_END_NAMESPACE + +#include "moc_qauthenticator.cpp" diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp index 62bb210ca17..16037092733 100644 --- a/src/network/kernel/qhostinfo.cpp +++ b/src/network/kernel/qhostinfo.cpp @@ -1156,3 +1156,4 @@ void QHostInfoCache::clear() QT_END_NAMESPACE #include "moc_qhostinfo_p.cpp" +#include "moc_qhostinfo.cpp" |