Skip to content

Commit

Permalink
fix generation of QSql header
Browse files Browse the repository at this point in the history
the classname definition must name the new real header, not the
generated deprecated one.

amends 7331d22.

Task-number: QTBUG-58844
Change-Id: I2721d1f682a4ca0f986184fe7c8321976a540b4c
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator committed Feb 24, 2017
1 parent 76d667e commit 0af9999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0af9999

Please sign in to comment.