From 7331d22c6f55b6cd76bcf05bc70ebac69cf51eb9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 2 Jun 2016 16:10:01 +0200 Subject: Add qtsqlglobal.h and qtsqlglobal_p.h 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 --- src/sql/kernel/qsqldriverplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/kernel/qsqldriverplugin.h') diff --git a/src/sql/kernel/qsqldriverplugin.h b/src/sql/kernel/qsqldriverplugin.h index cfdf1f32ee..c0f4c00943 100644 --- a/src/sql/kernel/qsqldriverplugin.h +++ b/src/sql/kernel/qsqldriverplugin.h @@ -40,9 +40,9 @@ #ifndef QSQLDRIVERPLUGIN_H #define QSQLDRIVERPLUGIN_H +#include #include #include -#include QT_BEGIN_NAMESPACE -- cgit v1.2.3