summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidgetwindow_qpa_p.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-05-02 09:25:17 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-05-02 09:26:40 +0200
commitaf77656f15bb32cbf532106641522b42cab3a343 (patch)
tree72aaba20121b6987dba7dbea576ae9231aab2055 /src/gui/kernel/qwidgetwindow_qpa_p.h
parenta90d1b432c32becb9066e1542e44c0d7e0147fcc (diff)
Proper child delivery of mouse and key events.
Diffstat (limited to 'src/gui/kernel/qwidgetwindow_qpa_p.h')
-rw-r--r--src/gui/kernel/qwidgetwindow_qpa_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidgetwindow_qpa_p.h b/src/gui/kernel/qwidgetwindow_qpa_p.h
index 3768d655b7..607879dcf5 100644
--- a/src/gui/kernel/qwidgetwindow_qpa_p.h
+++ b/src/gui/kernel/qwidgetwindow_qpa_p.h
@@ -63,6 +63,9 @@ public:
protected:
bool event(QEvent *);
+ void handleMouseEvent(QMouseEvent *);
+ void handleKeyEvent(QKeyEvent *);
+
private:
QWidget *m_widget;
};