From c38e4db6b1f681ae81a2c213dbd9be18a1a9f6ad Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 15 Apr 2020 11:43:08 +0200 Subject: [PATCH] doc: Recommend the QSplashScreen constructor taking a QScreen* Amends 49362d064fffe350600f5324fb510b381578d04a Change-Id: If217af44cf6ebe8ebed37bbd927ac311b23d8c0e Reviewed-by: Lars Knoll --- src/widgets/widgets/qsplashscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/widgets/qsplashscreen.cpp b/src/widgets/widgets/qsplashscreen.cpp index 70f05033ea..328df6a8f2 100644 --- a/src/widgets/widgets/qsplashscreen.cpp +++ b/src/widgets/widgets/qsplashscreen.cpp @@ -160,7 +160,7 @@ QSplashScreen::QSplashScreen(QScreen *screen, const QPixmap &pixmap, Qt::WindowF #if QT_DEPRECATED_SINCE(5, 15) /*! \overload - \obsolete + \obsolete Use the constructor taking a \c {QScreen *} instead This function allows you to specify a parent for your splashscreen. The typical use for this constructor is if you have a multiple screens and