aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_tree_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/interface_tree_model.h')
-rw-r--r--ui/qt/interface_tree_model.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/interface_tree_model.h b/ui/qt/interface_tree_model.h
index 5517308791..33daff9eed 100644
--- a/ui/qt/interface_tree_model.h
+++ b/ui/qt/interface_tree_model.h
@@ -88,6 +88,10 @@ public:
QVariant getColumnContent(int idx, int col, int role = Qt::DisplayRole);
+#ifdef HAVE_PCAP_REMOTE
+ bool isRemote(int idx);
+#endif
+
static const QString DefaultNumericValue;
public slots: