summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2022-07-13 13:12:03 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-13 12:39:58 +0000
commit2b184c07be75ff4e5a43808bbc0916811192c26f (patch)
tree189d60f68d778c872d89182c035b3a4f2cf00d7f
parent7de5a669e0ddfe1bf326ddc9215678741f715903 (diff)
downloadqtapplicationmanager-2b184c07be75ff4e5a43808bbc0916811192c26f.tar.gz
Mark backgroundColor config option deprecated
The background color should be set in the ApplicationManagerWindow type instead. Change-Id: Ib672509252d5b6ca5015ad92a77b3febfa15b253 Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit 0a7f643c95f2032bb54c879dc4f160eaa084bd7e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/configuration.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index a58aa960..8ee289f2 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -640,8 +640,9 @@ an additional column specifying which runtime a configuration option applies to:
\li \c backgroundColor
\li qml
\li string
- \li If set, the main window of the app gets this color set as the default clear color.
- This option also gives the surface an 8-bit alpha buffer.
+ \li This option is deprecated and will be removed in the next release. Please use the
+ ApplicationManagerWindow's \c color property instead.
+
\row
\li \c quitTime
\li qml