diff options
author | Michele Calgaro <[email protected]> | 2024-05-06 16:30:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 16:30:48 +0900 |
commit | 1c22ae157c39e2c1434e5ec43a05eda78dc86798 (patch) | |
tree | 13d7f43a2e9457cd1eddc956979b1f6dc026b24c /src/common/gui/misc_gui.cpp | |
parent | 6eeb6f3bd853f29a0162ac9491cf5137afa44eb5 (diff) | |
download | piklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.tar.gz piklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.zip |
Include moc files in cpp sources
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/common/gui/misc_gui.cpp')
-rw-r--r-- | src/common/gui/misc_gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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" |