gwenview: prepare for Katie changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-14 02:09:37 +02:00
parent 74a6b57570
commit fde94cda1c

View file

@ -70,9 +70,7 @@ struct FullScreenBarPrivate
void hideCursor()
{
QBitmap empty(32, 32);
empty.clear();
QCursor blankCursor(empty, empty);
QCursor blankCursor(Qt::BlankCursor);
QApplication::setOverrideCursor(blankCursor);
}