aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-12-10 08:06:45 -0800
committerGerald Combs <gerald@wireshark.org>2019-12-10 16:37:44 +0000
commitc5093fb2274eb172e3e2ba046f2f2fd823dba0c6 (patch)
tree614bb7127b44660fc76eaada06fb0c29ddf9b38d /ui
parentb098353ad9d30872daccc9f449dba4be9bd00903 (diff)
Qt: Remove a comment.
Remove a comment that's no longer relevant as of g14e4759b56. Change-Id: I919631810c37e34ebc0cf5b78ab4dfbee5f5c687 Reviewed-on: https://code.wireshark.org/review/35390 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/widgets/find_line_edit.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt/widgets/find_line_edit.cpp b/ui/qt/widgets/find_line_edit.cpp
index d3f8be5ab1..43e7036b5e 100644
--- a/ui/qt/widgets/find_line_edit.cpp
+++ b/ui/qt/widgets/find_line_edit.cpp
@@ -18,10 +18,6 @@
void FindLineEdit::contextMenuEvent(QContextMenuEvent *event)
{
QMenu *menu = createStandardContextMenu();
-
- /* This version check is implemented, because using this function leads to using
- * a regular expression for search in follow_stream_dialog.cpp as well as
- * show_packet_bytes_dialog.cpp. Both instances are not compatible with < 5.3 */
QAction *action;
menu->addSeparator();