From 47459d33500b757386573cf802c4aac9a6be8e7e Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Fri, 26 Oct 2012 20:58:33 +0800 Subject: Enable the "#include " camel-case header, for the QSql namespace The sync.profile Perl script will now generate the "QSql" header file during compilation. By removing the \inheaderfile command, the documentation will now display the namespace's own name as the header (i.e. "QSql" in this case). Previously, the only documented way to include the namespace was to include the whole module, which is expensive. This change also makes QSql consistent with other namespaces, such as QSsl and QAudio, which have their own dedicated camel-case headers. Part of the Header Consistency Project (http://lists.qt-project.org/pipermail/development/2012-October/007421.html) Change-Id: Ibb82d442956e767c13b82f1e552aabdf2e8ff110 Reviewed-by: Mark Brand --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index e71ce10e7c..e51e0aa0c2 100644 --- a/sync.profile +++ b/sync.profile @@ -30,6 +30,7 @@ "qevent.h" => "QtEvents", "qnamespace.h" => "Qt", "qnumeric.h" => "QtNumeric", + "qsql.h" => "QSql", "qssl.h" => "QSsl", "qtest.h" => "QTest", "qtconcurrentmap.h" => "QtConcurrentMap", -- cgit v1.2.3