Fix typo in debug statement: QPlatformScren -> QPlatformScreen
Change-Id: Ibf5046ff88cbad1f03966f39f62183b0bd750221 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
370f8ecaa9
commit
32ca19b2c5
|
|
@ -489,7 +489,7 @@ void QKmsDevice::createScreens()
|
|||
} else {
|
||||
virtualPos = orderedScreen.vinfo.virtualPos;
|
||||
}
|
||||
qCDebug(qLcKmsDebug) << "Adding QPlatformScren" << s << "(" << s->name() << ")"
|
||||
qCDebug(qLcKmsDebug) << "Adding QPlatformScreen" << s << "(" << s->name() << ")"
|
||||
<< "to QPA with geometry" << s->geometry()
|
||||
<< "and isPrimary=" << orderedScreen.vinfo.isPrimary;
|
||||
// The order in qguiapp's screens list will match the order set by
|
||||
|
|
|
|||
Loading…
Reference in New Issue