mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:49:27 +02: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,
|
||||
{QDialogAccepted} mrOk
|
||||
);
|
||||
{$endif}
|
||||
|
||||
{ TQtWSSaveDialog }
|
||||
|
||||
@ -125,8 +126,6 @@ class function TQtWSSaveDialog.QueryWSEventCapabilities(
|
||||
begin
|
||||
Result := [cdecWSNoCanCloseSupport];
|
||||
end;
|
||||
|
||||
{$endif}
|
||||
|
||||
{ TQtWSCommonDialog }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user