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, {QDialogRejected} mrCancel,
{QDialogAccepted} mrOk {QDialogAccepted} mrOk
); );
{$endif}
{ TQtWSSaveDialog } { TQtWSSaveDialog }
@ -126,8 +127,6 @@ begin
Result := [cdecWSNoCanCloseSupport]; Result := [cdecWSNoCanCloseSupport];
end; end;
{$endif}
{ TQtWSCommonDialog } { TQtWSCommonDialog }
class function TQtWSCommonDialog.GetDialogParent(const ACommonDialog: TCommonDialog): QWidgetH; class function TQtWSCommonDialog.GetDialogParent(const ACommonDialog: TCommonDialog): QWidgetH;