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/libgui/gui_debug_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libgui/gui_debug_manager.cpp') diff --git a/src/libgui/gui_debug_manager.cpp b/src/libgui/gui_debug_manager.cpp index 0aa3e64..78a8217 100644 --- a/src/libgui/gui_debug_manager.cpp +++ b/src/libgui/gui_debug_manager.cpp @@ -247,3 +247,5 @@ void Debugger::GuiManager::showDisassemblyLocation() TextEditor *e = ::tqt_cast(Main::editorManager().openEditor(_coff->url())); if (e) e->setCursor(line, 0); } + +#include "gui_debug_manager.moc" -- cgit v1.2.3