summaryrefslogtreecommitdiff
path: root/ui/qt/io_graph_dialog.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-08-24 22:12:17 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-08-26 18:03:39 +0000
commit7b35992b7a15ad2306d23c9f2a66199a7f8ea975 (patch)
tree623dc2a18ab8b3ef21512990145e8d45a273a8fd /ui/qt/io_graph_dialog.h
parentbc4487a6fcd1dfe5c3ef602f6eac4651d2b55642 (diff)
downloadwireshark-7b35992b7a15ad2306d23c9f2a66199a7f8ea975.tar.gz
Reload IO Graph Y fields when reload Lua plugins
Change-Id: Ic3b9096c3c25839dd7d7bfe7af71eeb5b0bd745d Reviewed-on: https://code.wireshark.org/review/10239 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/io_graph_dialog.h b/ui/qt/io_graph_dialog.h
index 20c591fc43..243b962d7f 100644
--- a/ui/qt/io_graph_dialog.h
+++ b/ui/qt/io_graph_dialog.h
@@ -95,6 +95,7 @@ public:
public slots:
void recalcGraphData(capture_file *cap_file);
void captureFileClosing();
+ void reloadValueUnitField();
signals:
void requestReplot();
@@ -150,6 +151,7 @@ public slots:
void scheduleReplot(bool now = false);
void scheduleRecalc(bool now = false);
void scheduleRetap(bool now = false);
+ void reloadFields();
protected:
void keyPressEvent(QKeyEvent *event);
@@ -159,6 +161,7 @@ signals:
void goToPacket(int packet_num);
void recalcGraphData(capture_file *);
void intervalChanged(int interval);
+ void reloadValueUnitFields();
private:
Ui::IOGraphDialog *ui;