summaryrefslogtreecommitdiff
path: root/ui/qt/sequence_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-11 22:00:48 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-11 22:00:48 +0000
commit66bb75dd4eacd671b1320ae7b934fff6caa6d272 (patch)
tree749275e4a4b87a2ad53e7924b4f0a09e090f5aca /ui/qt/sequence_dialog.h
parenta33c6a8ced2a867dee2bf217bf2ffef4ab56e3ca (diff)
downloadwireshark-66bb75dd4eacd671b1320ae7b934fff6caa6d272.tar.gz
Sequence / flow diagram updates.
Plumb some controls. Adjust dialog layout. Make sure sequence information is allocated and freed correctly. Remove a debugging statement. svn path=/trunk/; revision=53260
Diffstat (limited to 'ui/qt/sequence_dialog.h')
-rw-r--r--ui/qt/sequence_dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt/sequence_dialog.h b/ui/qt/sequence_dialog.h
index 44f213d5c1..186b6495bf 100644
--- a/ui/qt/sequence_dialog.h
+++ b/ui/qt/sequence_dialog.h
@@ -73,6 +73,12 @@ private slots:
void on_resetButton_clicked();
void on_actionGoToPacket_triggered();
+ void on_showComboBox_currentIndexChanged(int index);
+
+ void on_flowComboBox_currentIndexChanged(int index);
+
+ void on_addressComboBox_currentIndexChanged(int index);
+
private:
Ui::SequenceDialog *ui;
SequenceDiagram *seq_diagram_;