From 76af5edfce34976835066581d2d03cd95e6685e7 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 9 Sep 2022 09:15:26 +0200 Subject: [PATCH] moc include added --- examples/iotdashboard/MainItem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/iotdashboard/MainItem.cpp b/examples/iotdashboard/MainItem.cpp index 9d483994..30dcee00 100644 --- a/examples/iotdashboard/MainItem.cpp +++ b/examples/iotdashboard/MainItem.cpp @@ -136,3 +136,5 @@ bool MainItem::gestureFilter( QQuickItem* item, QEvent* event ) return recognizer.processEvent( item, event, false ); } + +#include "moc_MainItem.cpp"