mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
typo in comments
git-svn-id: trunk@14377 -
This commit is contained in:
parent
369936c673
commit
682a924368
@ -3736,7 +3736,7 @@ end;
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TControl.Create(TheOwner: TComponent);
|
||||
var
|
||||
|
@ -5794,7 +5794,7 @@ end;
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TWinControl.Create(TheOwner : TComponent);
|
||||
begin
|
||||
|
@ -20,7 +20,7 @@
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TFpGuiWidgetSet.Create;
|
||||
begin
|
||||
|
@ -166,7 +166,7 @@ end;
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TGtkWidgetSet.Create;
|
||||
begin
|
||||
|
@ -20,7 +20,7 @@
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TQtWidgetSet.Create;
|
||||
begin
|
||||
|
@ -758,7 +758,7 @@ end;
|
||||
{------------------------------------------------------------------------------
|
||||
Method: TQtAction.Create
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TQtAction.Create(const AHandle: QActionH);
|
||||
begin
|
||||
@ -868,7 +868,7 @@ end;
|
||||
{------------------------------------------------------------------------------
|
||||
Method: TQtImage.Create
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TQtImage.Create(vHandle: QImageH);
|
||||
begin
|
||||
@ -880,7 +880,7 @@ end;
|
||||
{------------------------------------------------------------------------------
|
||||
Method: TQtImage.Create
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TQtImage.Create(AData: PByte; width: Integer; height: Integer;
|
||||
format: QImageFormat; const ADataOwner: Boolean = False);
|
||||
|
@ -223,7 +223,7 @@ end;
|
||||
Params: Qt Widget Handle and Lazarus WinControl Parent Object
|
||||
Returns: Nothing
|
||||
|
||||
Contructor for the class.
|
||||
Constructor for the class.
|
||||
------------------------------------------------------------------------------}
|
||||
constructor TQtMemoStrings.Create(TextEdit: QTextEditH; TheOwner: TWinControl);
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user