mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:19:37 +02:00
Some non-ASCII character has been replaced in the word "don't" in the comments
This commit is contained in:
parent
3964d9db3b
commit
bf3f6dbae2
@ -158,7 +158,7 @@ end;
|
|||||||
Params: None
|
Params: None
|
||||||
Returns: Nothing
|
Returns: Nothing
|
||||||
|
|
||||||
Dummy handle creator. On Qt we don´t need a Handle for common dialogs
|
Dummy handle creator. On Qt we don't need a Handle for common dialogs
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
class function TQtWSCommonDialog.CreateHandle(const ACommonDialog: TCommonDialog): THandle;
|
class function TQtWSCommonDialog.CreateHandle(const ACommonDialog: TCommonDialog): THandle;
|
||||||
begin
|
begin
|
||||||
@ -171,7 +171,7 @@ end;
|
|||||||
Params: None
|
Params: None
|
||||||
Returns: Nothing
|
Returns: Nothing
|
||||||
|
|
||||||
Dummy handle destructor. On Qt we don´t need a Handle for common dialogs
|
Dummy handle destructor. On Qt we don't need a Handle for common dialogs
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
class procedure TQtWSCommonDialog.DestroyHandle(const ACommonDialog: TCommonDialog);
|
class procedure TQtWSCommonDialog.DestroyHandle(const ACommonDialog: TCommonDialog);
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user