aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-01-30 13:17:01 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-31 04:53:39 +0000
commit55e74ba841126797b2a5b82142fb1db8f61a1288 (patch)
tree7d9a42eb92ab222dd2efb1e505f97766a6c273ba /ui/qt/wireshark_application.h
parent043b45e840bf742bb54749b2f4cec2a722109b79 (diff)
Qt: Write recent before applying profile changes
The selected profile may be renamed in apply_profile_changes() so write the recent file before renaming the directory to ensure that we reload the latest changes. Change-Id: I8988a00647926d93b0a1903090aadc8c61f1a34e Reviewed-on: https://code.wireshark.org/review/25516 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index 186a676e72..c043edc00c 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -62,6 +62,7 @@ public:
NameResolutionChanged,
PacketDissectionChanged,
PreferencesChanged,
+ ProfileChanging,
RecentCapturesChanged,
RecentPreferencesRead
};