aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/layout_preferences_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/layout_preferences_frame.h')
-rw-r--r--ui/qt/layout_preferences_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/layout_preferences_frame.h b/ui/qt/layout_preferences_frame.h
index 3e7e884004..246e8c6060 100644
--- a/ui/qt/layout_preferences_frame.h
+++ b/ui/qt/layout_preferences_frame.h
@@ -38,6 +38,7 @@ private:
pref_t *pref_layout_content_2_;
pref_t *pref_layout_content_3_;
pref_t *pref_packet_list_separator_;
+ pref_t *pref_packet_header_column_definition_;
pref_t *pref_show_selected_packet_;
pref_t *pref_show_file_load_time_;
@@ -64,6 +65,7 @@ private slots:
void on_pane3NoneRadioButton_toggled(bool checked);
void on_restoreButtonBox_clicked(QAbstractButton *button);
void on_packetListSeparatorCheckBox_toggled(bool checked);
+ void on_packetListHeaderShowColumnDefinition_toggled(bool checked);
void on_statusBarShowSelectedPacketCheckBox_toggled(bool checked);
void on_statusBarShowFileLoadTimeCheckBox_toggled(bool checked);
};