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"
|