mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-26 07:10:30 +01:00
(Qt): removed unneeded writeln()
git-svn-id: trunk@11692 -
This commit is contained in:
parent
edb53d8528
commit
8ae0871c8c
@ -1080,7 +1080,6 @@ begin
|
||||
QEventMouseButtonRelease,
|
||||
QEventMouseButtonDblClick:
|
||||
begin
|
||||
WriteLn('QEventMouseButtonDblClick');
|
||||
SlotMouse(Event);
|
||||
Result := StopMouseEventsProcessing;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user