Debugger: show destribution debug package message for remote frames

Change-Id: Ie9f7b553357c0f041d266874d284504159708cd9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2021-10-27 08:23:43 +02:00
parent bc55c7cc70
commit 673e90b9de

View File

@@ -152,7 +152,7 @@ QString StackFrame::toToolTip() const
"frame. However, matching sources have not been found.");
showDistributionNote = true;
}
if (!HostOsInfo::isWindowsHost() && showDistributionNote) {
if (file.osType() != OsTypeWindows && showDistributionNote) {
str << ' ' << tr("Note that most distributions ship debug information "
"in separate packages.");
}