Qt5,Qt6: do not set QGuiApplication_applicationDisplayName(), since Qt have another meaning about it. issue #41417

This commit is contained in:
zeljan1 2025-02-11 15:53:22 +01:00
parent 8605e5252d
commit f83078ff61
2 changed files with 2 additions and 8 deletions

View File

@ -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;

View File

@ -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;