From effde0f21ba78f6bcf86d938966d24ae402b27da Mon Sep 17 00:00:00 2001 From: Sami Varanka Date: Mon, 6 Sep 2021 10:08:25 +0300 Subject: Fix: QAbstract3DGraph orthoProjection docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the documentation for QAbstract3DGraph orthoProjection property. The documentation promised too much so the extra lines were removed. Fixes: QTBUG-96206 Change-Id: I07b42cf359cf6570d2364be737cb2c1bc8294596 Reviewed-by: Miikka Heikkinen Reviewed-by: Tomi Korpipää (cherry picked from commit eb938071956f96b861c33dd6cf14fafe63fc3587) Reviewed-by: Qt Cherry-pick Bot --- src/datavisualization/engine/qabstract3dgraph.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/datavisualization/engine/qabstract3dgraph.cpp b/src/datavisualization/engine/qabstract3dgraph.cpp index 99f21419..21e3dcb2 100644 --- a/src/datavisualization/engine/qabstract3dgraph.cpp +++ b/src/datavisualization/engine/qabstract3dgraph.cpp @@ -656,11 +656,6 @@ qreal QAbstract3DGraph::currentFps() const * * \brief Whether orthographic projection is used for displaying the graph. * - * If \c {true}, ortographic projection is used to create 2D graphs by replacing - * the default input handler with one that does not allow rotating the graph and - * by setting the camera to view the graph - * directly from the side or from the top. Also, axis labels typically need to be rotated when - * viewing the graph from the sides. * Defaults to \c{false}. * \note Shadows will be disabled when set to \c{true}. * -- cgit v1.2.3 From d417c34a55c04bc33e2f3d3ef8bbe2bd3e17b971 Mon Sep 17 00:00:00 2001 From: Tarja Sundqvist Date: Tue, 7 Sep 2021 17:11:01 +0300 Subject: Bump version Change-Id: I2f9a0deaab03d502092cfce9d173ad6e2e0f7b9a --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index 315085e5..f537d2ce 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,6 +2,6 @@ load(qt_build_config) DEFINES += QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST -MODULE_VERSION = 5.15.6 +MODULE_VERSION = 5.15.7 CONFIG += warning_clean CMAKE_MODULE_TESTS=- -- cgit v1.2.3