summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qsplashscreen.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-04-15 11:43:08 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-04-15 14:56:18 +0200
commitc38e4db6b1f681ae81a2c213dbd9be18a1a9f6ad (patch)
treee11cc76fae82bffe0ac77107d9cd20d3336aa840 /src/widgets/widgets/qsplashscreen.cpp
parente38e1d02cca8056c9efcf2ab186a76396a60f21f (diff)
doc: Recommend the QSplashScreen constructor taking a QScreen*
Amends 49362d064fffe350600f5324fb510b381578d04a Change-Id: If217af44cf6ebe8ebed37bbd927ac311b23d8c0e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/widgets/widgets/qsplashscreen.cpp')
-rw-r--r--src/widgets/widgets/qsplashscreen.cpp2
1 files changed, 1 insertions, 1 deletions
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