From f2f131f3913a9f96138b38effdebb71fbd068b8a Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 4 Apr 2022 17:06:59 +0200 Subject: [PATCH] Tools: [skip ci] replace QtDesigner with QtUiPlugin header to make moc happy on macOS --- src/Tools/plugins/widget/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/plugins/widget/plugin.h b/src/Tools/plugins/widget/plugin.h index 32abaaac22..7b69cbfabd 100644 --- a/src/Tools/plugins/widget/plugin.h +++ b/src/Tools/plugins/widget/plugin.h @@ -21,7 +21,7 @@ ***************************************************************************/ -#include +#include #include class QDesignerFormEditorInterface;