summaryrefslogtreecommitdiffstats
path: root/ui/qt/resolved_addresses_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui/qt/resolved_addresses_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/qt/resolved_addresses_dialog.h b/ui/qt/resolved_addresses_dialog.h
index dc6a9b64..3ce4698e 100644
--- a/ui/qt/resolved_addresses_dialog.h
+++ b/ui/qt/resolved_addresses_dialog.h
@@ -12,6 +12,8 @@
#include "geometry_state_dialog.h"
+#include <QMenu>
+
#include <wiretap/wtap.h>
class CaptureFile;
@@ -41,6 +43,8 @@ private:
Ui::ResolvedAddressesDialog *ui;
QString file_name_;
QString comment_;
+ QPushButton *copy_bt_;
+ QPushButton *save_bt_;
AStringListListSortFilterProxyModel * ethSortModel;
AStringListListSortFilterProxyModel * ethTypeModel;
@@ -48,6 +52,10 @@ private:
AStringListListSortFilterProxyModel * portTypeModel;
void fillBlocks();
+
+private slots:
+ void tabChanged(int index);
+ void saveAs();
};
#endif // RESOLVED_ADDRESSES_DIALOG_H