mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 10:59:31 +01:00
Qt5: fixed build with QT_NATIVE_DIALOGS define.
git-svn-id: trunk@55041 -
This commit is contained in:
parent
a5241ada34
commit
aa9b38926c
@ -117,6 +117,7 @@ const
|
|||||||
{QDialogRejected} mrCancel,
|
{QDialogRejected} mrCancel,
|
||||||
{QDialogAccepted} mrOk
|
{QDialogAccepted} mrOk
|
||||||
);
|
);
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ TQtWSSaveDialog }
|
{ TQtWSSaveDialog }
|
||||||
|
|
||||||
@ -125,8 +126,6 @@ class function TQtWSSaveDialog.QueryWSEventCapabilities(
|
|||||||
begin
|
begin
|
||||||
Result := [cdecWSNoCanCloseSupport];
|
Result := [cdecWSNoCanCloseSupport];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{ TQtWSCommonDialog }
|
{ TQtWSCommonDialog }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user