summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qtsqlglobal.h
Commit message (Collapse)AuthorAgeFilesLines
* Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-201-0/+1
| | | | | | | | ... and make sure we can build if it's switched off. Change-Id: I9565a2ce632a861a99e1276f3edf4f0d094b5451 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-031-0/+96
The new modular configuration system requires one global header per module, that is included by all other files in this module. QtSql already had such a header, but its name (qsql.h) was not in line with what's being used in all other modules. So add a qtsqlglobal.h header, deprecate qsql.h and turn it into a a forwarding header to that new global header file. Change-Id: Ibaeb95b008cf08ba062cbfe8a3f4d3bf79294390 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>