summaryrefslogtreecommitdiffstats
path: root/src/datavisualization
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-06 13:53:03 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-27 12:31:26 +0000
commit191ef6d87362a5285d34ece4c48655408b2daa12 (patch)
treebc6c0e41aab069e201235475e76e45fbd52b87e7 /src/datavisualization
parentf305948c23f631ddce3e49c4bd90149997c0903c (diff)
Do show module license on all help pages
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ää <tomi.korpipaa@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'src/datavisualization')
-rw-r--r--src/datavisualization/doc/qtdatavis3d.qdocconf1
1 files changed, 1 insertions, 0 deletions
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