[graphics/drawy] src/widgets/autotests: Add missing include moc
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 505b15b7397f4cc5262bcf1265fe9d6edda1f89a by Laurent Montel.
Committed on 29/07/2026 at 19:58.
Pushed by mlaurent into branch 'master'.
Add missing include moc
M +2 -0 src/widgets/autotests/customelementslistviewtest.cpp
https://invent.kde.org/graphics/drawy/-/commit/505b15b7397f4cc5262bcf1265fe9d6edda1f89a
diff --git a/src/widgets/autotests/customelementslistviewtest.cpp b/src/widgets/autotests/customelementslistviewtest.cpp
index 18290e8e..01a6c33a 100644
--- a/src/widgets/autotests/customelementslistviewtest.cpp
+++ b/src/widgets/autotests/customelementslistviewtest.cpp
@@ -19,3 +19,5 @@ void CustomElementsListViewTest::shouldHaveDefaultValues()
// TODO add check
Q_UNUSED(w)
}
+
+#include "moc_customelementslistviewtest.cpp"