summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-17 10:17:10 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-24 16:39:50 +0000
commit0af9999c8bde58802131e6c7d95f6752090638a7 (patch)
treedbb68220e8bf5e3ecc5741c8454207450ee7d8cc /sync.profile
parent76d667eff56afa8d3dbd61515b38762038fcb1ba (diff)
fix generation of QSql header
the classname definition must name the new real header, not the generated deprecated one. amends 7331d22c6. Task-number: QTBUG-58844 Change-Id: I2721d1f682a4ca0f986184fe7c8321976a540b4c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ef2779ae48..ce9c828871 100644
--- a/sync.profile
+++ b/sync.profile
@@ -52,7 +52,7 @@
"qnumeric.h" => "QtNumeric",
"qvariant.h" => "QVariantHash,QVariantList,QVariantMap",
"qgl.h" => "QGL",
- "qsql.h" => "QSql",
+ "qtsqlglobal.h" => "QSql",
"qssl.h" => "QSsl",
"qtest.h" => "QTest",
"qtconcurrentmap.h" => "QtConcurrentMap",