summaryrefslogtreecommitdiffstats
path: root/src/libgui/gui_debug_manager.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 16:30:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 16:30:48 +0900
commit1c22ae157c39e2c1434e5ec43a05eda78dc86798 (patch)
tree13d7f43a2e9457cd1eddc956979b1f6dc026b24c /src/libgui/gui_debug_manager.cpp
parent6eeb6f3bd853f29a0162ac9491cf5137afa44eb5 (diff)
downloadpiklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.tar.gz
piklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.zip
Include moc files in cpp sources
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libgui/gui_debug_manager.cpp')
-rw-r--r--src/libgui/gui_debug_manager.cpp2
1 files changed, 2 insertions, 0 deletions
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<TextEditor *>(Main::editorManager().openEditor(_coff->url()));
if (e) e->setCursor(line, 0);
}
+
+#include "gui_debug_manager.moc"