mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
74a6b57570
commit
fde94cda1c
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue