mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
Qt: fixed warnings
git-svn-id: trunk@26626 -
This commit is contained in:
parent
cbc5a306cd
commit
b6beec0f82
@ -160,7 +160,7 @@ begin
|
|||||||
if ACursor > crHigh then Exit;
|
if ACursor > crHigh then Exit;
|
||||||
|
|
||||||
// TODO: map is better
|
// TODO: map is better
|
||||||
case TCursor(ACursor) of
|
case ACursor of
|
||||||
crNone : CursorShape := QtBlankCursor;
|
crNone : CursorShape := QtBlankCursor;
|
||||||
crArrow : CursorShape := QtArrowCursor;
|
crArrow : CursorShape := QtArrowCursor;
|
||||||
crCross : CursorShape := QtCrossCursor;
|
crCross : CursorShape := QtCrossCursor;
|
||||||
|
Loading…
Reference in New Issue
Block a user