mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:19:14 +02:00
TTaskDialog: fix widgetset registration.
This commit is contained in:
parent
7ed1710d3d
commit
e8dc8eb5fc
@ -257,6 +257,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCarbonWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -268,6 +268,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCocoaWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -268,6 +268,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCDWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -264,6 +264,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TFpGuiWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -295,6 +295,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtkWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -295,6 +295,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtk2WSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -306,6 +306,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtk3WSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -257,6 +257,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TMuiWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -272,6 +272,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -275,6 +275,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -275,6 +275,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -266,6 +266,7 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TWinCEWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user