mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 21:12:31 +02:00
LCL: clean up
git-svn-id: trunk@28553 -
This commit is contained in:
parent
799a9ade18
commit
52060dfa52
@ -156,7 +156,6 @@ procedure TQtMemoStrings.ExternalUpdate(var AStr: WideString;
|
||||
var
|
||||
W: WideString;
|
||||
TextEdit: TQtTextEdit;
|
||||
B: Boolean;
|
||||
begin
|
||||
if not FOwner.HandleAllocated then
|
||||
exit;
|
||||
|
@ -11699,7 +11699,6 @@ end;
|
||||
procedure TQtCustomControl.ViewPortEventFilter(event: QEventH; retval: PBoolean); cdecl;
|
||||
var
|
||||
MouseEventTyp: Boolean;
|
||||
AForm: TCustomForm;
|
||||
begin
|
||||
{$ifdef VerboseViewPortEventFilter}
|
||||
WriteLn('ViewPortEventFilter ',QEvent_type(Event));
|
||||
|
Loading…
Reference in New Issue
Block a user