[network/ruqola] src/widgets/room/autotests: Add missing include moc
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e5be20549e45391f7b3daabed250fa7bd16cb3d9 by Laurent Montel.
Committed on 16/07/2026 at 22:13.
Pushed by mlaurent into branch 'master'.
Add missing include moc
M +2 -0 src/widgets/room/autotests/pendingattachmentwidgettest.cpp
https://invent.kde.org/network/ruqola/-/commit/e5be20549e45391f7b3daabed250fa7bd16cb3d9
diff --git a/src/widgets/room/autotests/pendingattachmentwidgettest.cpp b/src/widgets/room/autotests/pendingattachmentwidgettest.cpp
index 4bb7633168..cbb8158c84 100644
--- a/src/widgets/room/autotests/pendingattachmentwidgettest.cpp
+++ b/src/widgets/room/autotests/pendingattachmentwidgettest.cpp
@@ -20,3 +20,5 @@ void PendingAttachmentWidgetTest::shouldHaveDefaultValues()
const PendingAttachmentWidget w;
// TODO
}
+
+#include "moc_pendingattachmentwidgettest.cpp"