KMS: fix warning about hex() and dec() being deprecated
Change-Id: Ibdc95e9af7bd456a94ecfffd1603f54bcb86fb87 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
31d0dcab46
commit
39972cf899
@ -396,7 +396,7 @@ QPlatformScreen *QKmsDevice::createScreenForConnector(drmModeResPtr resources,
|
|||||||
drmFormat = DRM_FORMAT_XRGB8888;
|
drmFormat = DRM_FORMAT_XRGB8888;
|
||||||
drmFormatExplicit = false;
|
drmFormatExplicit = false;
|
||||||
}
|
}
|
||||||
qCDebug(qLcKmsDebug) << "Format is" << hex << drmFormat << dec << "requested_by_user =" << drmFormatExplicit
|
qCDebug(qLcKmsDebug) << "Format is" << Qt::hex << drmFormat << Qt::dec << "requested_by_user =" << drmFormatExplicit
|
||||||
<< "for output" << connectorName;
|
<< "for output" << connectorName;
|
||||||
|
|
||||||
const QString cloneSource = userConnectorConfig.value(QStringLiteral("clones")).toString();
|
const QString cloneSource = userConnectorConfig.value(QStringLiteral("clones")).toString();
|
||||||
|
Loading…
Reference in New Issue
Block a user