mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 21:49:39 +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 }
|
||||||
|
|
||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user