mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 06:47:28 +01:00
Qt: fixed compilation of qt widgetset.
git-svn-id: trunk@31474 -
This commit is contained in:
parent
d065ad0b1a
commit
8e9196f96a
@ -343,7 +343,8 @@ const
|
||||
LCLToQtWindowState: array[TWindowState] of QtWindowState = (
|
||||
{ wsNormal } QtWindowNoState,
|
||||
{ wsMinimized } QtWindowMinimized,
|
||||
{ wsMaximized } QtWindowMaximized
|
||||
{ wsMaximized } QtWindowMaximized,
|
||||
{ wsFullScreen} QtWindowFullScreen
|
||||
);
|
||||
var
|
||||
Widget: TQtMainWindow;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user