aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-06 13:54:51 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-27 12:31:17 +0000
commitabbc5a8ecc6a66c87d90a0f7acf15451c3808c1b (patch)
tree562e930fd94c10ef42d8c6643262bdfa57d4c04d
parent3f152060b4072cb9aea5ca98d956b22a25c25697 (diff)
Do show module license on all help pages
Qt Virtual Keyboard 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: I5f271b1bcba6992abfd1ad7e213fc5f2a93a0d25 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
index 3a50346d..d70883d3 100644
--- a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
+++ b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
@@ -3,6 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtVirtualKeyboard
description = Qt Virtual Keyboard
version = $QT_VERSION
+buildversion = Qt Virtual Keyboard | Commercial or GPLv3
# Custom module header passed to clang
moduleheader = QtVirtualKeyboard_pch.h