summaryrefslogtreecommitdiff
path: root/ui/qt/bluetooth_hci_summary_dialog.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-04-30 19:13:29 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-20 07:34:37 +0000
commitafcbcdf272d270ef08b214c6571336c376a24e1a (patch)
treedc59651af05cebf8b9765aa1695ab4a54f4df781 /ui/qt/bluetooth_hci_summary_dialog.h
parent82696cabd6686eb1c5e86421237baf90a339f54c (diff)
downloadwireshark-afcbcdf272d270ef08b214c6571336c376a24e1a.tar.gz
Qt/Bluetooth: Add Mark/Unmark functionality
Add Mark/Unmark functionality for tree/table widget items, user can now mark row or cell. Change-Id: I31b9ca128d97da4fb959ae2d92f5c1646ebea478 Reviewed-on: https://code.wireshark.org/review/18266 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/bluetooth_hci_summary_dialog.h')
-rw-r--r--ui/qt/bluetooth_hci_summary_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/bluetooth_hci_summary_dialog.h b/ui/qt/bluetooth_hci_summary_dialog.h
index 2fd3999067..9f9488b819 100644
--- a/ui/qt/bluetooth_hci_summary_dialog.h
+++ b/ui/qt/bluetooth_hci_summary_dialog.h
@@ -98,6 +98,8 @@ private slots:
void recursiveCopyTreeItems(QTreeWidgetItem *item, QString &copy, int ident_level);
void on_tableTreeWidget_itemActivated(QTreeWidgetItem *item, int);
void on_buttonBox_clicked(QAbstractButton *button);
+ void on_actionMark_Unmark_Cell_triggered();
+ void on_actionMark_Unmark_Row_triggered();
void on_actionCopy_Cell_triggered();
void on_actionCopy_Rows_triggered();
void on_actionCopy_All_triggered();