mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fix issue with default QDateTime() throwing error.
This commit is contained in:
@@ -826,6 +826,9 @@ BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(updateWithQuality, MOBase::GuessedValue<Q
|
||||
BOOST_PYTHON_MODULE(mobase)
|
||||
{
|
||||
PyEval_InitThreads();
|
||||
|
||||
bpy::import("PyQt5.QtCore");
|
||||
|
||||
bpy::to_python_converter<QVariant, QVariant_to_python_obj>();
|
||||
QVariant_from_python_obj();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user