[graphics/drawy] src/gui/common/utils: Add missing include moc
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5134540d0c8f835ef8ed3246556a4516c46cf2de by Laurent Montel.
Committed on 10/08/2026 at 11:22.
Pushed by mlaurent into branch 'master'.
Add missing include moc
M +2 -0 src/gui/common/utils/spellcheckhighlighter.cpp
https://invent.kde.org/graphics/drawy/-/commit/5134540d0c8f835ef8ed3246556a4516c46cf2de
diff --git a/src/gui/common/utils/spellcheckhighlighter.cpp b/src/gui/common/utils/spellcheckhighlighter.cpp
index bd4324fc..bc3c5340 100644
--- a/src/gui/common/utils/spellcheckhighlighter.cpp
+++ b/src/gui/common/utils/spellcheckhighlighter.cpp
@@ -119,3 +119,5 @@ void SpellCheckHighlighter::highlightBlock(const QString &text)
}
}
}
+
+#include "moc_spellcheckhighlighter.cpp"