aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-16 19:13:29 +0100
committerEvan Huus <eapache@gmail.com>2014-02-17 21:46:58 +0000
commit4cea550c32e7295c07d142ccf766a0a7e6de1a9b (patch)
treec3af4bd773f3f0c7c58cf0b2b0a34043adcfe3cc /ui/qt/main_window.h
parent3aaa131000231046f2a548fd290dca354eea5554 (diff)
<Ctrl>R to restart does not work [Wireshark Qt]
From me : Add reload action Change-Id: Ic47e3ff1ae0c1cc0ae8c40e5019dea9906612f90 Partial-Bug: 9003 Reviewed-on: https://code.wireshark.org/review/238 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index aff2f88d9b..3e8fecad5b 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -263,6 +263,8 @@ private slots:
void on_actionEditConfigurationProfiles_triggered();
void on_actionEditPreferences_triggered();
+ void on_actionViewReload_triggered();
+
void on_actionGoGoToPacket_triggered();
void resetPreviousFocus();