mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-07 20:14:12 +02:00
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
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "../qet.h"
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
#include <QGraphicsLayoutItem>
|
||||
/**
|
||||
This class implements a helper widget for cells that indicate the length of
|
||||
columns and rows.
|
||||
|
||||
Reference in New Issue
Block a user