[Backport release-11.x] fix(PrintInstanceInfo): add break before OS info (#5341)

This commit is contained in:
Alexandru Ionut Tripon 2026-04-10 00:49:24 +03:00 committed by GitHub
commit ec6a173608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@ void PrintInstanceInfo::executeTask()
auto instance = m_parent->instance();
QStringList log;
log << "";
log << "OS: " + QString("%1 | %2 | %3").arg(QSysInfo::prettyProductName(), QSysInfo::kernelType(), QSysInfo::kernelVersion());
#ifdef Q_OS_FREEBSD
::runSysctlHwModel(log);