tst_QWindow::setVisibleThenCreate(): Fix unused argument warning
Use the arguments to call the parent class implementation. Pick-to: 6.5 Change-Id: I602a66447fb8681b3ec9ef8e2e281828612d178c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit df834fde521419c9e0eedce703312a964aabf43a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
7ea394eed6
commit
dc109894d2
@ -250,7 +250,7 @@ public:
|
||||
if (type == QPlatformSurfaceEvent::SurfaceCreated)
|
||||
++surfaceCreatedEvents;
|
||||
}
|
||||
return false;
|
||||
return QWindow::eventFilter(o, e);
|
||||
}
|
||||
|
||||
int surfaceCreatedEvents = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user