diff options
| author | 2009-10-24 23:18:42 +0000 | |
|---|---|---|
| committer | 2009-10-24 23:18:42 +0000 | |
| commit | bf17afb42b041162b10af73a28499e30a74bbd59 (patch) | |
| tree | 12ae4055f5517fb79fda305212cfbc614d586c0b /src/modules/help/helpwidget.h | |
| parent | fix for #588 (classic window list) (diff) | |
| download | KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.tar.gz KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.tar.bz2 KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.zip | |
fix for #593 + free selection in help module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3572 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwidget.h')
| -rw-r--r-- | src/modules/help/helpwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h index b175801ef..ce8767a25 100644 --- a/src/modules/help/helpwidget.h +++ b/src/modules/help/helpwidget.h @@ -51,7 +51,6 @@ private: bool m_bIsStandalone; protected: virtual void resizeEvent(QResizeEvent *e); - bool eventFilter(QObject *, QEvent *); protected slots: void doClose(); void showIndex(); |
