From 1c22ae157c39e2c1434e5ec43a05eda78dc86798 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 May 2024 16:30:48 +0900 Subject: Include moc files in cpp sources Signed-off-by: Michele Calgaro --- src/common/gui/misc_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/gui/misc_gui.cpp') diff --git a/src/common/gui/misc_gui.cpp b/src/common/gui/misc_gui.cpp index 06e0d6b..7c6e63a 100644 --- a/src/common/gui/misc_gui.cpp +++ b/src/common/gui/misc_gui.cpp @@ -232,3 +232,5 @@ void ComboBox::wheelEvent(TQWheelEvent *e) if (_ignoreWheelEvent) TQApplication::sendEvent(parent(), e); // #### not sure why ignoring is not enough... else TQComboBox::wheelEvent(e); } + +#include "misc_gui.moc" -- cgit v1.2.1