Avoid debug messages for not implemented "grab" methods

Change-Id: Ie32b5d261854703fa17bb844cf8354709b031a4c
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
Martin Koller 2019-04-14 12:47:58 +02:00
parent 8f44aeb103
commit cab6587e5e

View File

@ -65,6 +65,9 @@ public:
void setParent(const QPlatformWindow *window) override;
WId winId() const override { return m_windowId; }
bool setMouseGrabEnabled(bool grab) override { return false; }
bool setKeyboardGrabEnabled(bool grab) override { return false; }
QAndroidPlatformScreen *platformScreen() const;
void propagateSizeHints() override;