summaryrefslogtreecommitdiff
path: root/ui/qt/io_graph_dialog.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-11-12 19:48:05 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-11-13 06:02:52 +0000
commit1b6bf766046aca882deb7f1b9f30f25ffcb3636a (patch)
treef68fe8520cb36a2fb704b98219de0182106051a2 /ui/qt/io_graph_dialog.h
parentbd96244d35a44a4de99fd6a34a5f9ae6b5096394 (diff)
downloadwireshark-1b6bf766046aca882deb7f1b9f30f25ffcb3636a.tar.gz
Qt: Fixed signal name to avoid a warning.
Also terminate stream lines with endl. Change-Id: Icbbe5b47695506888c03607ff0af66c59306faae Reviewed-on: https://code.wireshark.org/review/11778 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/io_graph_dialog.h')
-rw-r--r--ui/qt/io_graph_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/io_graph_dialog.h b/ui/qt/io_graph_dialog.h
index dae536da81..c5d36f3189 100644
--- a/ui/qt/io_graph_dialog.h
+++ b/ui/qt/io_graph_dialog.h
@@ -214,6 +214,7 @@ private slots:
void activateLastItem();
void resetAxes();
void updateStatistics(void);
+ void copyAsCsvClicked();
void on_intervalComboBox_currentIndexChanged(int index);
void on_todCheckBox_toggled(bool checked);
@@ -249,7 +250,6 @@ private slots:
void on_actionToggleTimeOrigin_triggered();
void on_actionCrosshairs_triggered();
void on_buttonBox_helpRequested();
- void on_buttonBox_copyAsCsv_triggered();
void on_buttonBox_accepted();
};