cutter/src/common/QtResImporter.h

15 lines
280 B
C
Raw Normal View History

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