1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/qpython_test.h
Thomas Perl 3836fdbc3d Cleaner variant: QVariant <-> PyObject * conversion
This new approach uses conversion of Python objects to
Qt objects and vice versa, and introduces some new API
such as "call(func, args)" and "addImportPath(path)".
2013-05-17 12:51:24 +02:00

8 lines
97 B
C

#ifndef QPYTHON_TEST_H
#define QPYTHON_TEST_H
void
qpython_test();
#endif /* QPYTHON_TEST_H */