cutter/src/common/QtResImporter.h

15 lines
278 B
C
Raw Normal View History

2018-09-30 18:30:25 +00:00
#ifndef QTRESIMPORTER_H
#define QTRESIMPORTER_H
#ifdef CUTTER_ENABLE_PYTHON
2019-01-12 15:43:51 +00:00
2018-09-30 18:30:25 +00:00
PyObject *PyInit_qtres();
PyObject *QtResImport(const char *name);
#define RegQtResImporter() Py_DecRef(QtResImport("reg_qtres_importer"))
#endif // CUTTER_ENABLE_PYTHON
2019-01-12 15:43:51 +00:00
2018-09-30 18:30:25 +00:00
#endif // QTRESIMPORTER_H