From 06927cd3c256949fb0622889506cc3bd3a2e286e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 16 Mar 2024 01:24:33 +0100 Subject: Include moc files for a tiny speedup on incremental builds --- src/encryption/DeviceVerificationFlow.cpp | 2 ++ src/encryption/Olm.cpp | 2 ++ src/encryption/SelfVerificationStatus.cpp | 2 ++ src/encryption/VerificationManager.cpp | 2 ++ 4 files changed, 8 insertions(+) (limited to 'src/encryption') diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp index 3de14658..ac228669 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp @@ -987,3 +987,5 @@ DeviceVerificationFlow::send(T msg) mtx::events::to_string(mtx::events::to_device_content_to_type), state().toStdString()); } + +#include "moc_DeviceVerificationFlow.cpp" diff --git a/src/encryption/Olm.cpp b/src/encryption/Olm.cpp index f336c2ba..08c09df2 100644 --- a/src/encryption/Olm.cpp +++ b/src/encryption/Olm.cpp @@ -1770,3 +1770,5 @@ download_cross_signing_keys() } } // namespace olm + +#include "moc_Olm.cpp" diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp index b5549ca1..b67bba71 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp @@ -355,3 +355,5 @@ SelfVerificationStatus::invalidate() return; } } + +#include "moc_SelfVerificationStatus.cpp" diff --git a/src/encryption/VerificationManager.cpp b/src/encryption/VerificationManager.cpp index d1248755..985bd619 100644 --- a/src/encryption/VerificationManager.cpp +++ b/src/encryption/VerificationManager.cpp @@ -169,3 +169,5 @@ VerificationManager::verifyOneOfDevices(QString userid, std::vector dev this->dvList[flow->transactionId()] = flow; emit newDeviceVerificationRequest(flow.data()); } + +#include "moc_VerificationManager.cpp" -- cgit 1.5.1