aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index 239009cd8d..2255fd5ace 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -65,7 +65,7 @@ public:
FilterExpressionsChanged,
PacketDissectionChanged,
PreferencesChanged,
- StaticRecentFilesRead,
+ RecentFilesRead,
FieldsChanged
};
@@ -118,7 +118,8 @@ signals:
void recentFilesRead();
void updateRecentItemStatus(const QString &filename, qint64 size, bool accessible);
void splashUpdate(register_action_e action, const char *message);
- void configurationProfileChanged(const gchar *profile_name);
+ void profileChanging();
+ void profileNameChanged(const gchar *profile_name);
void columnsChanged(); // XXX This recreates the packet list. We might want to rename it accordingly.
void filterExpressionsChanged();