##// END OF EJS Templates
fixed to compile with changed API...
fixed to compile with changed API git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@210 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r165:06bd1a1f31e2
r171:a3c4a689bc66
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