From d6b09e14bba1192a100b4669c32356e06047fa8e Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 23 Mar 2022 16:26:58 +0100 Subject: [PATCH] [Image] [skip CI] add a comment --- src/Mod/Image/ImageGlobal.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Image/ImageGlobal.h b/src/Mod/Image/ImageGlobal.h index 26cca10062..1d8af6fc8e 100644 --- a/src/Mod/Image/ImageGlobal.h +++ b/src/Mod/Image/ImageGlobal.h @@ -5,6 +5,11 @@ * * ***************************************************************************/ +// this file contains the export macros for the App and Gui module +// for Qt Designer, see e.g. +// https://forum.freecadweb.org/viewtopic.php?p=558050#p558050 +// why this is necessary + #include #ifndef IMAGE_GLOBAL_H