ProjectExplorer: Allow X11Forwarding also to Windows hosts

Probably a rare setup, but nothing fundamentally wrong with it.

Change-Id: I3f2719aff2bbfef29c166c0ab784f89ab7442ec3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-07-13 12:23:25 +02:00
committed by Christian Kandeler
parent 87dcd7ce34
commit ed35f78197

View File

@@ -918,7 +918,6 @@ X11ForwardingAspect::X11ForwardingAspect(AspectContainer *container)
makeCheckable(CheckBoxPlacement::Right, Tr::tr("Forward to local display"),
"RunConfiguration.UseX11Forwarding");
setValue(defaultDisplay());
setVisible(HostOsInfo::isAnyUnixHost());
addDataExtractor(this, &X11ForwardingAspect::display, &Data::display);
}