Gui: move QuiLoader for MinGW to global namespace

This commit is contained in:
wmayer
2022-07-14 14:44:56 +02:00
parent e8476868dc
commit 657b144128
2 changed files with 15 additions and 17 deletions

View File

@@ -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
// ----------------------------------------------------