From bb5171fb54fb036e9d231c11e8fc7483978b623f Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 6 Jul 2020 21:54:36 +0200 Subject: Remove unused virtual method QWindowPrivate::allowClickThrough MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Always returned true, also in the QWidgetWindowPrivate override. Change-Id: I01d11ae6f85882b52ce397125f994eea663ffcb5 Reviewed-by: Tor Arne Vestbø --- src/gui/kernel/qwindow_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/kernel/qwindow_p.h') diff --git a/src/gui/kernel/qwindow_p.h b/src/gui/kernel/qwindow_p.h index 24a6e8d3c4..5d9de82295 100644 --- a/src/gui/kernel/qwindow_p.h +++ b/src/gui/kernel/qwindow_p.h @@ -129,9 +129,6 @@ public: static Qt::WindowState effectiveState(Qt::WindowStates); - // ### Qt6: unused - virtual bool allowClickThrough(const QPoint &) const { return true; } - QWindow::SurfaceType surfaceType = QWindow::RasterSurface; Qt::WindowFlags windowFlags = Qt::Window; QWindow *parentWindow = nullptr; -- cgit v1.2.3