This broke unity build, so it has to be reverted in this form.
This reverts commit 6ba5d8f00c.
Pick-to: 6.9 6.10
Change-Id: I58719cd79c53af764e973b47e115e0f4f02af917
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Feature allows developers to turn on categorized logging in graphs 3D which will log various different things
qt.graphs3d.general, general purpose logs
qt.graphs3d.series, series addition/removal
qt.graphs3d.properties, property changes
qt.graphs3d.events, sliceview enter/exit, zoom/rotate values
qt.graphs3d.inputEvents, pick results
qt.graphs3d.axis.general, axis general purpose
qt.graphs3d.axis.properties, axis properties
qt.graphs3d.critical, critical
Task-number: QTBUG-128886
Change-Id: I714ff59af47f9ec583eae57e89fd0ae417d900df
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Since the implementation of the `\nativetype`-command in QDoc,
the `\instantiates`-command is deprecated. Replace the use of the
deprecated command in favor of its replacement.
Pick-to: 6.8
Task-number: QTBUG-128216
Change-Id: Ie37fa07d93574b48710f5b6b084beca291635f59
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
We use Q_D(const Private) to get a const d-pointer to a const private
object in const member functions, not "const Q_D(Private)".
Pick-to: 6.8
Change-Id: Ib7efac9ad9cf1f21206562df2f2e6a7a89343384
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
Unify docs for QML properties \qmlsignal use.
Signals for {propertyName}Changed should be documented.
Move qml docs to proper source files.
Task-number: QTBUG-123522
Pick-to: 6.8
Change-Id: I47f34d10dc6bbf46d3c9712cee5d27aa5968a598
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>