aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/inputselectionhandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/inputselectionhandle.h')
-rw-r--r--src/virtualkeyboard/inputselectionhandle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/virtualkeyboard/inputselectionhandle.h b/src/virtualkeyboard/inputselectionhandle.h
index fa2f1e13..e4c3e910 100644
--- a/src/virtualkeyboard/inputselectionhandle.h
+++ b/src/virtualkeyboard/inputselectionhandle.h
@@ -42,13 +42,15 @@ class DesktopInputSelectionControl;
class InputSelectionHandle : public QRasterWindow
{
+ Q_OBJECT
+
public:
InputSelectionHandle(DesktopInputSelectionControl *control, QWindow *eventWindow);
void applyImage(const QSize &windowSize);
protected:
void paintEvent(QPaintEvent *pe) Q_DECL_OVERRIDE;
- bool event(QEvent *event);
+ bool event(QEvent *event) Q_DECL_OVERRIDE;
private:
DesktopInputSelectionControl *m_control;