diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-13 03:36:01 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-13 03:36:01 (GMT) |
commit | cd2187091e6b357c79f4e0db0a14f210df79f3fd (patch) | |
tree | 0f5b0416a605d169f3a2024c53032103340f08b7 /src/declarative/util/qmlview.h | |
parent | f21957b3bb12a16a905f79f3a791931eb77663d9 (diff) | |
download | Qt-cd2187091e6b357c79f4e0db0a14f210df79f3fd.zip Qt-cd2187091e6b357c79f4e0db0a14f210df79f3fd.tar.gz Qt-cd2187091e6b357c79f4e0db0a14f210df79f3fd.tar.bz2 |
Cleanup.
Diffstat (limited to 'src/declarative/util/qmlview.h')
-rw-r--r-- | src/declarative/util/qmlview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/util/qmlview.h b/src/declarative/util/qmlview.h index 08d69bc..83c4f97 100644 --- a/src/declarative/util/qmlview.h +++ b/src/declarative/util/qmlview.h @@ -98,8 +98,6 @@ private Q_SLOTS: protected: virtual void resizeEvent(QResizeEvent *); virtual void paintEvent(QPaintEvent *event); - void focusInEvent(QFocusEvent *); - void focusOutEvent(QFocusEvent *); void timerEvent(QTimerEvent*); private: |