Doc: Move overrideCursor() from QApplication to QGuiApplication

The transfer occurred in Qt 5

Change-Id: Id3428809d89c804112d9dc02f2a476cb03bd2c98
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit d254af915241c6ed5a6b590bfa8d27c7488f8a77)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sze Howe Koh 2021-02-01 23:04:38 +08:00 committed by Qt Cherry-pick Bot
parent 66aa4c86f4
commit 7668fdfde2

View File

@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the QtWidgets module of the Qt Toolkit. ** 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. If no cursor has been set, the cursor of the item beneath is used.
\sa setCursor(), hasCursor(), unsetCursor(), QWidget::cursor, \sa setCursor(), hasCursor(), unsetCursor(), QWidget::cursor,
QApplication::overrideCursor() QGuiApplication::overrideCursor()
*/ */
QCursor QGraphicsItem::cursor() const 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. If no cursor has been set, the cursor of the item beneath is used.
\sa cursor(), hasCursor(), unsetCursor(), QWidget::cursor, \sa cursor(), hasCursor(), unsetCursor(), QWidget::cursor,
QApplication::overrideCursor() QGuiApplication::overrideCursor()
*/ */
void QGraphicsItem::setCursor(const QCursor &cursor) void QGraphicsItem::setCursor(const QCursor &cursor)
{ {