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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index b9147378da..783d0b7407 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -1,4 +1,4 @@
-/* wireshark_application.c
+/* wireshark_application.h
*
* $Id$
*
@@ -108,7 +108,7 @@ signals:
void splashUpdate(register_action_e action, const char *message);
void configurationProfileChanged(const gchar *profile_name);
- void columnsChanged();
+ void columnsChanged(); // XXX This recreates the packet list. We might want to rename it accordingly.
void filterExpressionsChanged();
void packetDissectionChanged();
void preferencesChanged();