We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd43aa commit 503ec19Copy full SHA for 503ec19
generator/typesystem_sql.xml
@@ -7,7 +7,8 @@
7
<enum-type name="QSqlDriver::DbmsType"/>
8
9
<namespace-type name="QSql">
10
- <include file-name="qsql.h" location="global"/>
+ <include file-name="qsql.h" location="global" before-version="6"/>
11
+ <include file-name="qtsqlglobal.h" location="global" since-version="6"/>
12
</namespace-type>
13
14
<value-type name="QSqlDatabase">
0 commit comments