mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 01:46:20 +02:00
LCL-QT5: Disable a DebugLn giving output too often.
git-svn-id: trunk@64187 -
This commit is contained in:
parent
3a7b29485d
commit
61ed7b3c3e
@ -113,7 +113,7 @@ procedure TQtThemeServices.DrawEdge(DC: HDC;
|
||||
Details: TThemedElementDetails; const R: TRect; Edge, Flags: Cardinal;
|
||||
AContentRect: PRect);
|
||||
begin
|
||||
DebugLn('WARNING: TQtThemeServices.DrawEdge is not implemented.');
|
||||
//DebugLn('WARNING: TQtThemeServices.DrawEdge is not implemented.');
|
||||
end;
|
||||
|
||||
procedure TQtThemeServices.DrawElement(DC: HDC;
|
||||
|
Loading…
Reference in New Issue
Block a user