aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_frame.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-08-13 11:28:48 +0200
committerAnders Broman <a.broman58@gmail.com>2019-08-26 06:34:31 +0000
commita9fc3681f67628fd112a76b0dc5ec145cc20ef4c (patch)
tree3a43f5a79ff0b2236a3dc7620b3c119ab9c755ae /ui/qt/uat_frame.h
parentefe2926a66d3d7187a260226678daeb2aa6e4832 (diff)
Qt: Move CopyFrom from menu to button
Move the CopyFromProfile implementation from a menu to a button to ease integration in existing code Change-Id: I4fb4e952e89665eda99d162e891ac6d3516a6f02 Reviewed-on: https://code.wireshark.org/review/34266 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/uat_frame.h')
-rw-r--r--ui/qt/uat_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/uat_frame.h b/ui/qt/uat_frame.h
index ccf46e1fbf..f420e16a28 100644
--- a/ui/qt/uat_frame.h
+++ b/ui/qt/uat_frame.h
@@ -49,7 +49,7 @@ private:
void applyChanges();
private slots:
- void copyFromProfile(QAction *action);
+ void copyFromProfile(QString filename);
void modelDataChanged(const QModelIndex &topLeft);
void modelRowsRemoved();
void modelRowsReset();