summaryrefslogtreecommitdiffstats
path: root/ui/qt/iax2_analysis_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/iax2_analysis_dialog.h')
-rw-r--r--ui/qt/iax2_analysis_dialog.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/qt/iax2_analysis_dialog.h b/ui/qt/iax2_analysis_dialog.h
index c6daedd0..b1d40331 100644
--- a/ui/qt/iax2_analysis_dialog.h
+++ b/ui/qt/iax2_analysis_dialog.h
@@ -17,8 +17,6 @@
#include <config.h>
-#include <glib.h>
-
#include <epan/address.h>
#include "ui/tap-iax2-analysis.h"
@@ -74,6 +72,7 @@ private slots:
void on_actionSaveGraph_triggered();
void on_buttonBox_helpRequested();
void showStreamMenu(QPoint pos);
+ void showGraphMenu(const QPoint &pos);
void graphClicked(QMouseEvent *event);
private:
@@ -120,8 +119,8 @@ private:
void saveCsv(StreamDirection direction);
#if 0
- guint32 processNode(proto_node *ptree_node, header_field_info *hfinformation, const gchar* proto_field, bool *ok);
- guint32 getIntFromProtoTree(proto_tree *protocol_tree, const gchar *proto_name, const gchar *proto_field, bool *ok);
+ uint32_t processNode(proto_node *ptree_node, header_field_info *hfinformation, const char* proto_field, bool *ok);
+ uint32_t getIntFromProtoTree(proto_tree *protocol_tree, const char *proto_name, const char *proto_field, bool *ok);
#endif
bool eventFilter(QObject*, QEvent* event);