summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 01:24:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 01:34:23 +0100
commit06927cd3c256949fb0622889506cc3bd3a2e286e (patch)
tree0f1922dd6dd5cdb30dc047d1d77a05e7b88df304 /src/encryption
parentworkaround broken platform dialogs on macos (diff)
downloadnheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp2
-rw-r--r--src/encryption/Olm.cpp2
-rw-r--r--src/encryption/SelfVerificationStatus.cpp2
-rw-r--r--src/encryption/VerificationManager.cpp2
4 files changed, 8 insertions, 0 deletions
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<T>), 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<QString> dev this->dvList[flow->transactionId()] = flow; emit newDeviceVerificationRequest(flow.data()); } + +#include "moc_VerificationManager.cpp"