mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 18:29:45 +02:00
qt intf: clean up
git-svn-id: trunk@26514 -
This commit is contained in:
parent
927577f78d
commit
6b13c586b6
@ -111,12 +111,14 @@ type
|
||||
|
||||
implementation
|
||||
uses qtint;
|
||||
{$ifndef QT_NATIVE_DIALOGS}
|
||||
const
|
||||
QtDialogCodeToModalResultMap: array[QDialogDialogCode] of TModalResult =
|
||||
(
|
||||
{QDialogRejected} mrCancel,
|
||||
{QDialogAccepted} mrOk
|
||||
);
|
||||
{$endif}
|
||||
|
||||
{ TQtWSCommonDialog }
|
||||
|
||||
@ -573,8 +575,10 @@ var
|
||||
{$endif}
|
||||
FileDialog: TSelectDirectoryDialog;
|
||||
QtFileDialog: TQtFileDialog;
|
||||
{$ifndef QT_NATIVE_DIALOGS}
|
||||
ReturnList: QStringListH;
|
||||
i: Integer;
|
||||
{$endif}
|
||||
begin
|
||||
{------------------------------------------------------------------------------
|
||||
Initialization of variables
|
||||
|
Loading…
Reference in New Issue
Block a user