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/editor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libgui/editor.cpp') diff --git a/src/libgui/editor.cpp b/src/libgui/editor.cpp index 1577a97..4c8a63a 100644 --- a/src/libgui/editor.cpp +++ b/src/libgui/editor.cpp @@ -89,3 +89,5 @@ bool Editor::reload() if ( !checkSaved() ) return false; return slotLoad(); } + +#include "editor.moc" -- cgit v1.2.1