mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:59:14 +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;
|
Details: TThemedElementDetails; const R: TRect; Edge, Flags: Cardinal;
|
||||||
AContentRect: PRect);
|
AContentRect: PRect);
|
||||||
begin
|
begin
|
||||||
DebugLn('WARNING: TQtThemeServices.DrawEdge is not implemented.');
|
//DebugLn('WARNING: TQtThemeServices.DrawEdge is not implemented.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TQtThemeServices.DrawElement(DC: HDC;
|
procedure TQtThemeServices.DrawElement(DC: HDC;
|
||||||
|
Loading…
Reference in New Issue
Block a user