mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
Qt: added todo for TQtWidgetSet.MessageBox
git-svn-id: trunk@25701 -
This commit is contained in:
parent
57e6a22d2c
commit
a19f9a2883
@ -4061,13 +4061,13 @@ begin
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
|
||||
function TQtWidgetSet.MessageBox(hWnd: HWND; lpText, lpCaption: PChar; uType: Cardinal): integer;
|
||||
var
|
||||
Str: WideString;
|
||||
TitleStr: WideString;
|
||||
OkStr: WideString;
|
||||
begin
|
||||
//TODO: Finish full implementation of MessageBox
|
||||
Str := GetUtf8String('TQtWidgetSet.MessageBox - not implemented');
|
||||
TitleStr := GetUtf8String(lpCaption);
|
||||
OkStr := GetUtf8String('Ok');
|
||||
|
Loading…
Reference in New Issue
Block a user