From e2f44208d4d8577ece71fdc6e822cbec0d8364ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Feb 2026 10:14:33 +0900 Subject: Include moc files directly from the related source files (modules) Signed-off-by: Michele Calgaro --- src/modules/dcc/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/dcc/chat.cpp') diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp index 9ad8ded4..640e2764 100644 --- a/src/modules/dcc/chat.cpp +++ b/src/modules/dcc/chat.cpp @@ -839,4 +839,4 @@ out_of_the_loop: return bRet; } -#include "m_chat.moc" +#include "chat.moc" -- cgit v1.2.3