mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
Qt5,Qt6: do not set QGuiApplication_applicationDisplayName(), since Qt have another meaning about it. issue #41417
This commit is contained in:
parent
8605e5252d
commit
f83078ff61
@ -513,11 +513,8 @@ end;
|
||||
|
||||
|
||||
procedure TQtWidgetSet.AppSetTitle(const ATitle: string);
|
||||
var
|
||||
W: WideString;
|
||||
begin
|
||||
W := UTF8ToUTF16(ATitle);
|
||||
QGuiApplication_setApplicationDisplayName(@W);
|
||||
//Not used. See issue #41417
|
||||
end;
|
||||
|
||||
function TQtWidgetSet.AppRemoveStayOnTopFlags(const ASystemTopAlso: Boolean = False): Boolean;
|
||||
|
@ -507,11 +507,8 @@ end;
|
||||
|
||||
|
||||
procedure TQtWidgetSet.AppSetTitle(const ATitle: string);
|
||||
var
|
||||
W: WideString;
|
||||
begin
|
||||
W := UTF8ToUTF16(ATitle);
|
||||
QGuiApplication_setApplicationDisplayName(@W);
|
||||
//Not used. See issue #41417
|
||||
end;
|
||||
|
||||
function TQtWidgetSet.AppRemoveStayOnTopFlags(const ASystemTopAlso: Boolean = False): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user