Doc: Move overrideCursor() from QApplication to QGuiApplication
The transfer occurred in Qt 5 Pick-to: 5.15 6.1 6.2 Change-Id: Id3428809d89c804112d9dc02f2a476cb03bd2c98 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
aeeaa7d253
commit
d254af9152
|
|
@ -1,6 +1,6 @@
|
|||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Copyright (C) 2021 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the QtWidgets module of the Qt Toolkit.
|
||||
|
|
@ -2271,7 +2271,7 @@ void QGraphicsItem::setToolTip(const QString &toolTip)
|
|||
If no cursor has been set, the cursor of the item beneath is used.
|
||||
|
||||
\sa setCursor(), hasCursor(), unsetCursor(), QWidget::cursor,
|
||||
QApplication::overrideCursor()
|
||||
QGuiApplication::overrideCursor()
|
||||
*/
|
||||
QCursor QGraphicsItem::cursor() const
|
||||
{
|
||||
|
|
@ -2291,7 +2291,7 @@ QCursor QGraphicsItem::cursor() const
|
|||
If no cursor has been set, the cursor of the item beneath is used.
|
||||
|
||||
\sa cursor(), hasCursor(), unsetCursor(), QWidget::cursor,
|
||||
QApplication::overrideCursor()
|
||||
QGuiApplication::overrideCursor()
|
||||
*/
|
||||
void QGraphicsItem::setCursor(const QCursor &cursor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue