QmlDesigner: Remove macos specific puppet path

We already removed it everywhere else.

Change-Id: Id71880474550ca4c5dfc26ef77db74455a44ca16
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2022-11-09 12:06:09 +01:00
committed by Thomas Hartmann
parent 7cfad17850
commit cc690a407f

View File

@@ -28,9 +28,6 @@ double ExternalDependencies::formEditorDevicePixelRatio() const
QString ExternalDependencies::defaultPuppetFallbackDirectory() const
{
if (Utils::HostOsInfo::isMacHost())
return Core::ICore::libexecPath("qmldesigner").toString();
else
return Core::ICore::libexecPath().toString();
}