From 82cd4d359a98cdc92e960f7f38087ba5b43ec99e Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 6 Jul 2026 14:45:58 +0200 Subject: [PATCH] macOS fix: add explicit QGraphicsLayoutItem include in helpercell.h MOC on macOS does not resolve QGraphicsLayoutItem through the bulk QtWidgets include, causing an 'Undefined interface' error at build time. Adding an explicit include resolves this. Linux builds are unaffected. Thanks hairykiwi 8ef4e04 --- sources/titleblock/helpercell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/titleblock/helpercell.h b/sources/titleblock/helpercell.h index d5ca968d2..633dc812b 100644 --- a/sources/titleblock/helpercell.h +++ b/sources/titleblock/helpercell.h @@ -20,7 +20,7 @@ #include "../qet.h" #include - +#include /** This class implements a helper widget for cells that indicate the length of columns and rows.