mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 11:59:26 +02:00
Qt: fixed compilation on non X11 platforms.
git-svn-id: trunk@25609 -
This commit is contained in:
parent
d71e168a3e
commit
0f9569efc0
@ -175,8 +175,10 @@ type
|
||||
function DTFlagsToQtFlags(const Flags: Cardinal): Integer;
|
||||
function GetQtVersion: String;
|
||||
function QtVersionCheck(const AMajor, AMinor, AMicro: Integer): Boolean;
|
||||
{$IFDEF HASX11}
|
||||
function IsCurrentDesktop(AWidget: QWidgetH): Boolean;
|
||||
function GetWindowManager: String;
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
QtVersionMajor: Integer = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user