aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_dialog.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-10-17 13:57:04 -0400
committerMichael Mann <mmann78@netscape.net>2017-10-21 16:33:03 +0000
commit61380f950428dc7166647e6b5973415b691e1b70 (patch)
tree35d60f2e5c2afe9cfbe2b60299485eb5c74323e5 /ui/qt/uat_dialog.h
parent4e3114d01dd2ddbf4044bcd5c91812d3bd3f7fbd (diff)
Add button in Qt UAT dialog/frame to remove all UAT entries at once.
Change-Id: If5a172cd69beeb0b9a22eb7f6b9e7cb25f350b49 Reviewed-on: https://code.wireshark.org/review/23968 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/uat_dialog.h')
-rw-r--r--ui/qt/uat_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/uat_dialog.h b/ui/qt/uat_dialog.h
index b90c758066..6eba0cd144 100644
--- a/ui/qt/uat_dialog.h
+++ b/ui/qt/uat_dialog.h
@@ -52,12 +52,14 @@ public:
private slots:
void modelDataChanged(const QModelIndex &topLeft);
void modelRowsRemoved();
+ void modelRowsReset();
void on_uatTreeView_currentItemChanged(const QModelIndex &current, const QModelIndex &previous);
void acceptChanges();
void rejectChanges();
void on_newToolButton_clicked();
void on_deleteToolButton_clicked();
void on_copyToolButton_clicked();
+ void on_clearToolButton_clicked();
void on_buttonBox_helpRequested();
private: