From 1f456b4cbb93e3fea699878d117900b703146213 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 3 Jun 2011 11:30:23 +0200 Subject: Add support for mouse and keyboard grab. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Samuel Rødal --- src/widgets/kernel/qwidget_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/kernel/qwidget_p.h') diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h index 24047cbced..d39e318b36 100644 --- a/src/widgets/kernel/qwidget_p.h +++ b/src/widgets/kernel/qwidget_p.h @@ -901,6 +901,8 @@ public: #elif defined(Q_WS_QPA) // <--------------------------------------------------------- QPA void setMaxWindowState_helper(); void setFullScreenSize_helper(); + bool stealKeyboardGrab(bool grab); + bool stealMouseGrab(bool grab); #ifndef QT_NO_CURSOR void updateCursor() const; #endif -- cgit v1.2.3