mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 09:38:13 +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;
|
||||
|
||||
// TODO: map is better
|
||||
case TCursor(ACursor) of
|
||||
case ACursor of
|
||||
crNone : CursorShape := QtBlankCursor;
|
||||
crArrow : CursorShape := QtArrowCursor;
|
||||
crCross : CursorShape := QtCrossCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user