summaryrefslogtreecommitdiffstats
path: root/tests/auto/compositor/testkeyboardgrabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/compositor/testkeyboardgrabber.h')
-rw-r--r--tests/auto/compositor/testkeyboardgrabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/compositor/testkeyboardgrabber.h b/tests/auto/compositor/testkeyboardgrabber.h
index 350bacbdd..ca5f51628 100644
--- a/tests/auto/compositor/testkeyboardgrabber.h
+++ b/tests/auto/compositor/testkeyboardgrabber.h
@@ -34,7 +34,7 @@ class TestKeyboardGrabber : public QWaylandKeyboard
public:
TestKeyboardGrabber(QWaylandInputDevice *inputDevice);
- bool setFocus(QWaylandSurface *surface) Q_DECL_OVERRIDE;
+ void setFocus(QWaylandSurface *surface) Q_DECL_OVERRIDE;
void sendKeyModifiers(QWaylandClient *client, uint32_t serial) Q_DECL_OVERRIDE;
void sendKeyPressEvent(uint code) Q_DECL_OVERRIDE;
void sendKeyReleaseEvent(uint code) Q_DECL_OVERRIDE;