@@ -71,6 +71,10 void PythonQt::init(int flags) | |||
|
71 | 71 | PythonQtRegisterToolClassesTemplateConverter(int); |
|
72 | 72 | PythonQtRegisterToolClassesTemplateConverter(float); |
|
73 | 73 | PythonQtRegisterToolClassesTemplateConverter(double); |
|
74 | PythonQtRegisterToolClassesTemplateConverter(qint32); | |
|
75 | PythonQtRegisterToolClassesTemplateConverter(quint32); | |
|
76 | PythonQtRegisterToolClassesTemplateConverter(qint64); | |
|
77 | PythonQtRegisterToolClassesTemplateConverter(quint64); | |
|
74 | 78 | // TODO: which other POD types should be available for QList etc. |
|
75 | 79 | |
|
76 | 80 | PythonQt::self()->addDecorators(new PythonQtStdDecorators()); |
General Comments 0
You need to be logged in to leave comments.
Login now