summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-10 17:55:26 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-10 17:55:26 +0000
commite78924d5a424f8623a137d96f6e4cd3db46ceaaa (patch)
tree421ba0301e860b4b4f56bd0fe93f838da82c7e0d /ui
parent640d152c454bd577a64386c3b436261f49bb57b7 (diff)
downloadwireshark-e78924d5a424f8623a137d96f6e4cd3db46ceaaa.tar.gz
Use the correct event filter.
From Richard Moore via bug 9410. svn path=/trunk/; revision=53239
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 26a3a7998d..27d854a5ec 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -360,7 +360,7 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event) {
}
}
- return QObject::eventFilter(obj, event);
+ return QMainWindow::eventFilter(obj, event);
}
void MainWindow::keyPressEvent(QKeyEvent *event) {