From 191ef6d87362a5285d34ece4c48655408b2daa12 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 6 Sep 2018 13:53:03 +0200 Subject: Do show module license on all help pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qt Data Visualization has a different main license than most other Qt modules, which is easy to miss. We do show the license on the module landing page and in the 'All modules' overview page, but if you directly open an example or a class page you can still miss this. This change adds the main license description to the header shared by all pages of the module; we (mis)use the buildversion variable for that, which was so far unused. Right now qdoc does not 'linkify' the entry. It could add a generic link to the landing page though, where the license is also described. Task-number: QTBUG-70354 Change-Id: Ic4917541a6480d1cb3879f87e6aac0093dd1f3b3 Reviewed-by: Tomi Korpipää Reviewed-by: Topi Reiniö --- src/datavisualization/doc/qtdatavis3d.qdocconf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datavisualization/doc/qtdatavis3d.qdocconf b/src/datavisualization/doc/qtdatavis3d.qdocconf index 71eb43ec..c81bdf59 100644 --- a/src/datavisualization/doc/qtdatavis3d.qdocconf +++ b/src/datavisualization/doc/qtdatavis3d.qdocconf @@ -3,6 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtDataVisualization description = Qt Data Visualization Reference Documentation version = $QT_VERSION +buildversion = Qt Data Visualization | Commercial or GPLv3 exampledirs += ../../../examples/datavisualization \ snippets -- cgit v1.2.3