summaryrefslogtreecommitdiff
path: root/src/plugins/help/searchwidget.h
diff options
context:
space:
mode:
authorkh <qtc-committer@nokia.com>2009-05-18 14:03:13 +0200
committerkh <qtc-committer@nokia.com>2009-05-18 14:03:13 +0200
commit4cb93339bd0af2da3cebc772a6cb9abcac6e84da (patch)
tree3394d87db1dc50e7b71de9b468aac18b6cd49db1 /src/plugins/help/searchwidget.h
parenta36dd9d2dfd3013cc7fde3bf38e9d5576d5e8510 (diff)
downloadqt-creator-4cb93339bd0af2da3cebc772a6cb9abcac6e84da.tar.gz
make ctrl+lmb and mmb work in a same way everywhere (like in browsers)
Diffstat (limited to 'src/plugins/help/searchwidget.h')
-rw-r--r--src/plugins/help/searchwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/searchwidget.h b/src/plugins/help/searchwidget.h
index 4a46815ba3..a04b4fd542 100644
--- a/src/plugins/help/searchwidget.h
+++ b/src/plugins/help/searchwidget.h
@@ -69,6 +69,7 @@ private slots:
void searchingFinished(int hits);
private:
+ bool eventFilter(QObject* o, QEvent *e);
void keyPressEvent(QKeyEvent *keyEvent);
void contextMenuEvent(QContextMenuEvent *contextMenuEvent);