cutter/src/common/QtResImporter.h

11 lines
217 B
C
Raw Normal View History

2018-09-30 18:30:25 +00:00
#ifndef QTRESIMPORTER_H
#define QTRESIMPORTER_H
PyObject *PyInit_qtres();
PyObject *QtResImport(const char *name);
#define RegQtResImporter() Py_DecRef(QtResImport("reg_qtres_importer"))
#endif // QTRESIMPORTER_H