summaryrefslogtreecommitdiff
path: root/ui/qt/manage_interfaces_dialog.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-02-19 19:47:16 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-20 14:26:46 +0000
commita795a3033a3cf1d5a182224a8cd5e3d39ba00349 (patch)
tree9708d0213821b3b09bccd1ceadc1d6aa22cf9021 /ui/qt/manage_interfaces_dialog.h
parent5eafa903f64ceb0dc3390bd47f8325070299b04f (diff)
downloadwireshark-a795a3033a3cf1d5a182224a8cd5e3d39ba00349.tar.gz
Qt: only "Comment" column should be editable in Local Interfaces management tab
Bug: 12146 Change-Id: Ife481b7c0b201a54749e212416571aa3dcaf7542 Reviewed-on: https://code.wireshark.org/review/14017 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/manage_interfaces_dialog.h')
-rw-r--r--ui/qt/manage_interfaces_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/manage_interfaces_dialog.h b/ui/qt/manage_interfaces_dialog.h
index 57883dedc8..89ddfcee11 100644
--- a/ui/qt/manage_interfaces_dialog.h
+++ b/ui/qt/manage_interfaces_dialog.h
@@ -106,6 +106,8 @@ private slots:
void on_pipeList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
void localAccepted();
+ void localListItemDoubleClicked(QTreeWidgetItem * item, int column);
+
#ifdef HAVE_PCAP_REMOTE
void on_addRemote_clicked();
void on_delRemote_clicked();