Qt5: fixed build with QT_NATIVE_DIALOGS define.

git-svn-id: trunk@55041 -
This commit is contained in:
zeljko 2017-05-22 09:43:59 +00:00
parent a5241ada34
commit aa9b38926c

View File

@ -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 }