summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.cpp
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/DeviceVerificationFlow.cpp
parentworkaround broken platform dialogs on macos (diff)
downloadnheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to '')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp2
1 files changed, 2 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"