Gui: move QuiLoader for MinGW to global namespace
This commit is contained in:
@@ -203,7 +203,6 @@ Py::Object PySideUicModule::createCustomWidget(const Py::Tuple& args)
|
||||
// ----------------------------------------------------
|
||||
|
||||
#if !defined (HAVE_QT_UI_TOOLS)
|
||||
namespace Gui {
|
||||
QUiLoader::QUiLoader(QObject* parent)
|
||||
{
|
||||
Base::PyGILStateLocker lock;
|
||||
@@ -482,7 +481,6 @@ QString QUiLoader::errorString() const
|
||||
return QString();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user