From 183decb0f0487783358691b372efb2a6d45ae829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 11 Jun 2018 22:42:02 +0200 Subject: Fix FTBFS for build without --enable-final This resolves bug 2545 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/daemon/daemon.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/daemon.cpp') diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index d680f72..d09f080 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -315,3 +315,5 @@ void real_handleGTKMain() { while (gtk_events_pending()) gtk_main_iteration(); } + +#include "daemon.moc" -- cgit v1.2.3