summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qtsqlglobal_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-031-0/+57
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>