From 0a7f643c95f2032bb54c879dc4f160eaa084bd7e Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Wed, 13 Jul 2022 13:12:03 +0200 Subject: Mark backgroundColor config option deprecated The background color should be set in the ApplicationManagerWindow type instead. Change-Id: Ib672509252d5b6ca5015ad92a77b3febfa15b253 Pick-to: 6.4 Reviewed-by: Robert Griebl --- doc/configuration.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1