aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index 5b69f9ec8e..93714844ce 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -150,14 +150,13 @@ private:
signals:
void packetDissectionChanged();
- void packetSelectionChanged();
void showColumnPreferences(PreferencesDialog::PreferencesPane start_pane);
void editColumn(int column);
void packetListScrolled(bool at_end);
void showProtocolPreferences(const QString module_name);
void editProtocolPreference(struct preference *pref, struct pref_module *module);
- void selectedFrameChanged(int);
+ void frameSelected(int frameNum);
void fieldSelected(FieldInformation *);
public slots: