[Gui] UiLoader: fix compiler warning

code by @wwmayer

as discussed here: https://forum.freecadweb.org/viewtopic.php?f=4&t=66137&p=570597
and here: https://forum.freecadweb.org/viewtopic.php?p=578860#p578860
This commit is contained in:
Uwe
2022-03-13 02:44:44 +01:00
committed by wwmayer
parent 55f8d68b4e
commit 7c81877501

View File

@@ -631,4 +631,6 @@ Py::Object UiLoaderPy::createWidget(const Py::Tuple& args)
std::placeholders::_3));
}
#include "moc_UiLoader.cpp"
#if !defined (HAVE_QT_UI_TOOLS)
# include "moc_UiLoader.cpp"
#endif