[network/ruqola] src/core/autotests: Add include moc
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 836780ed3ca89620a9bbe1eac9e9ed90e311ef88 by Laurent Montel.
Committed on 03/08/2026 at 11:54.
Pushed by mlaurent into branch 'master'.
Add include moc
M +2 -0 src/core/autotests/messageencryptedtest.cpp
https://invent.kde.org/network/ruqola/-/commit/836780ed3ca89620a9bbe1eac9e9ed90e311ef88
diff --git a/src/core/autotests/messageencryptedtest.cpp b/src/core/autotests/messageencryptedtest.cpp
index 71f0c6a60d..1c8d0f8081 100644
--- a/src/core/autotests/messageencryptedtest.cpp
+++ b/src/core/autotests/messageencryptedtest.cpp
@@ -22,3 +22,5 @@ void MessageEncryptedTest::shouldHaveDefaultValues()
QVERIFY(w.iv().isEmpty());
QVERIFY(!w.isValid());
}
+
+#include "moc_messageencryptedtest.cpp"