mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:20:25 +02:00
Qt4: fixed build under mswindows
git-svn-id: trunk@55737 -
This commit is contained in:
parent
0d932901b9
commit
2e764a39b1
@ -411,10 +411,12 @@ var
|
||||
ReturnList: QStringListH;
|
||||
i: integer;
|
||||
QtFileDialog: TQtFileDialog;
|
||||
{$if defined(QT_NATIVE_DIALOGS) or defined(MSWINDOWS)}
|
||||
s: string;
|
||||
{$endif}
|
||||
{$ifdef QT_NATIVE_DIALOGS}
|
||||
selectedFilter, saveFileName, saveFilter, saveTitle, sDir: WideString;
|
||||
Flags: Cardinal;
|
||||
s: string;
|
||||
{$endif}
|
||||
ActiveWin: HWND;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user