##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r165:06bd1a1f31e2
r206:316b4928f53f
Show More
PythonQt_QtBindings.h
10 lines | 207 B | text/x-c | CLexer
#ifndef _PYTHONQT_QTBINDINGS_H
#define _PYTHONQT_QTBINDINGS_H
#include "PythonQtSystem.h"
/// Initialize Qt bindings enabled at configuration time
PYTHONQT_EXPORT void PythonQt_init_QtBindings();
#endif