From f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4 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 (cherry picked from commit 1c22ae157c39e2c1434e5ec43a05eda78dc86798) --- src/libgui/hex_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libgui/hex_editor.cpp') diff --git a/src/libgui/hex_editor.cpp b/src/libgui/hex_editor.cpp index 2245f51..7890878 100644 --- a/src/libgui/hex_editor.cpp +++ b/src/libgui/hex_editor.cpp @@ -190,3 +190,5 @@ void HexEditor::statusChanged() } emit statusTextChanged(s); } + +#include "hex_editor.moc" -- cgit v1.2.3