[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user