aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_dialog.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-10-05 08:33:24 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2018-10-05 12:38:32 +0000
commit75c46e80bf2e6db3d59be99e63ac0d4243c5878e (patch)
treebfd40f98eb6c17e5fc035cbedac7990f331a2fd7 /ui/qt/uat_dialog.h
parent84a0eccebd02d2f9a63c96e41b110a309d26c4d7 (diff)
Qt: Add copy from another profile in UAT dialogs
Add a new button to UAT dialogs to copy entries from another profile. Change-Id: I641ba764d8738f738466529d74d4a21ff13075a0 Reviewed-on: https://code.wireshark.org/review/30028 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/uat_dialog.h')
-rw-r--r--ui/qt/uat_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/uat_dialog.h b/ui/qt/uat_dialog.h
index 66bde76abf..7bce5434dc 100644
--- a/ui/qt/uat_dialog.h
+++ b/ui/qt/uat_dialog.h
@@ -38,6 +38,7 @@ public:
void setUat(struct epan_uat *uat = NULL);
private slots:
+ void copyFromProfile(QAction *action);
void modelDataChanged(const QModelIndex &topLeft);
void modelRowsRemoved();
void modelRowsReset();