aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-06-29 13:05:32 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-10-17 09:20:47 +0000
commitae1c81d6bb4d267aa3f12afdd7ff5d5d0747e4c0 (patch)
tree0a03e1e1d0dd237d42fa0718a8b257b655da5130 /ui/qt/main_window.h
parent5f3370a2a6734c9f80acfb8c51a299c1c62f9e46 (diff)
Qt: Add switch between Capture and FileFormat
You can switch now between Capture mode and FileFormat of it. This works only if there is MIME FileFormat dissector of opened file. Change-Id: I9e98e972775561cfbe731ee1a1b99300d119efc6 Reviewed-on: https://code.wireshark.org/review/10090 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 4cd121a42c..d83bd94777 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -400,6 +400,7 @@ private slots:
void on_actionViewShowPacketInNewWindow_triggered();
void on_actionContextShowLinkedPacketInNewWindow_triggered();
void on_actionViewReload_triggered();
+ void on_actionViewReload_as_File_Format_or_Capture_triggered();
void on_actionGoGoToPacket_triggered();
void on_actionGoGoToLinkedPacket_triggered();