Skip to content

SQL related functions are now properly exported to Python

Alessio Molinari requested to merge levmyskin/falkon:expose_sql_python into master

When compiling PyFalkon, shiboken was not properly exporting QtSql related functions (e.g., Falkon.SqlDatabase.database()). This commit fixes that.

Let me know if everything is ok with this merge request.

Merge request reports