Skip to content

Commit

Permalink
doc: Recommend the QSplashScreen constructor taking a QScreen*
Browse files Browse the repository at this point in the history
Amends 49362d0

Change-Id: If217af44cf6ebe8ebed37bbd927ac311b23d8c0e
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
ec1oud committed Apr 15, 2020
1 parent e38e1d0 commit c38e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/widgets/qsplashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38e4db

Please sign in to comment.