doc: Recommend the QSplashScreen constructor taking a QScreen*
Amends 49362d064f
Change-Id: If217af44cf6ebe8ebed37bbd927ac311b23d8c0e
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
parent
e38e1d02cc
commit
c38e4db6b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue