aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/export_objects_view.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-11-21 15:57:32 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-22 05:10:16 +0000
commit8f90446db55c342b28d2dc8f1ab5f01b366b6993 (patch)
treecbda3d35136e124264b8f9ddb16f99952df6c97d /ui/qt/widgets/export_objects_view.h
parent06afefad91804f33c4c825764cb045bb50c3842c (diff)
Qt: Refactor ExportObjectsDialog
Add the following features: - search now operates live (enter text changes the list live) - filter by content-types - Preview certain content types directly from the dialog Change-Id: If47b64d475dd3e77485a28e8443a3e139e9bd1a4 Reviewed-on: https://code.wireshark.org/review/35182 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/widgets/export_objects_view.h')
-rw-r--r--ui/qt/widgets/export_objects_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/widgets/export_objects_view.h b/ui/qt/widgets/export_objects_view.h
index 711321bfde..7275753e33 100644
--- a/ui/qt/widgets/export_objects_view.h
+++ b/ui/qt/widgets/export_objects_view.h
@@ -21,7 +21,7 @@ public:
ExportObjectsTreeView(QWidget *parent = 0);
signals:
- void goToPacket(int packet_num);
+ void currentIndexChanged(const QModelIndex &current);
protected slots:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);