remove stray Q_UNUSED call
The variable actually is used. Change-Id: I758c35e49b5c9f861ae40c34dcd4fa60d85361ae Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
parent
30e8e15355
commit
433901b37d
@ -236,8 +236,6 @@ void QWaylandDisplay::waitForScreens()
|
|||||||
|
|
||||||
void QWaylandDisplay::registry_global(uint32_t id, const QString &interface, uint32_t version)
|
void QWaylandDisplay::registry_global(uint32_t id, const QString &interface, uint32_t version)
|
||||||
{
|
{
|
||||||
Q_UNUSED(version);
|
|
||||||
|
|
||||||
struct ::wl_registry *registry = object();
|
struct ::wl_registry *registry = object();
|
||||||
|
|
||||||
if (interface == QStringLiteral("wl_output")) {
|
if (interface == QStringLiteral("wl_output")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user