mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
krdc: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
45dcabf7f8
commit
74a6b57570
1 changed files with 4 additions and 3 deletions
|
@ -247,11 +247,12 @@ QCursor RemoteView::localDotCursor() const
|
|||
#ifdef QTONLY
|
||||
return QCursor(); //TODO
|
||||
#else
|
||||
QBitmap cursorBitmap(KGlobal::dirs()->findResource("appdata",
|
||||
"pics/pointcursor.png"));
|
||||
QPixmap cursorPixmap(KGlobal::dirs()->findResource("appdata",
|
||||
"pics/pointcursor.png"));
|
||||
QBitmap cursorMask(KGlobal::dirs()->findResource("appdata",
|
||||
"pics/pointcursormask.png"));
|
||||
return QCursor(cursorBitmap, cursorMask);
|
||||
cursorPixmap.setMask(cursorMask);
|
||||
return QCursor(cursorPixmap);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue