SQL related functions are now properly exported to Python
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.