diff options
author | con <qtc-committer@nokia.com> | 2009-06-05 12:49:29 +0200 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2009-06-05 12:50:06 +0200 |
commit | 722b23189eb0144116d940f821e4e5647d73dcd9 (patch) | |
tree | 93d2ff3f7c2aa9703a95b10ca73b07a889e073c5 /src/shared/help/contentwindow.h | |
parent | b3284cc13186abdca82e4ffd800e813fb2b153ca (diff) | |
download | qt-creator-722b23189eb0144116d940f821e4e5647d73dcd9.tar.gz |
More fixes for setting focus correctly.
Reviewed-by: dt
Diffstat (limited to 'src/shared/help/contentwindow.h')
-rw-r--r-- | src/shared/help/contentwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/help/contentwindow.h b/src/shared/help/contentwindow.h index 81eee24e57..ec98ea5321 100644 --- a/src/shared/help/contentwindow.h +++ b/src/shared/help/contentwindow.h @@ -63,8 +63,6 @@ private slots: void itemClicked(const QModelIndex &index); private: - void focusInEvent(QFocusEvent *e); - void keyPressEvent(QKeyEvent *e); bool eventFilter(QObject *o, QEvent *e); bool isPdfFile(QHelpContentItem *item) const; |