fix msvc problems

This commit is contained in:
wmayer
2016-09-21 22:14:09 +02:00
parent 41b1eca0e7
commit fb9cd567d3
4 changed files with 32 additions and 21 deletions

View File

@@ -560,7 +560,7 @@ QWidget* UiLoader::createWidget(const QString & className, QWidget * parent,
// ----------------------------------------------------
PyObject *UiLoaderPy::PyMake(struct _typeobject */*type*/, PyObject * args, PyObject * /*kwds*/)
PyObject *UiLoaderPy::PyMake(struct _typeobject * /*type*/, PyObject * args, PyObject * /*kwds*/)
{
if (!PyArg_ParseTuple(args, ""))
return 0;