summaryrefslogtreecommitdiffstats
path: root/ui/qt/manage_interfaces_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/manage_interfaces_dialog.h')
-rw-r--r--ui/qt/manage_interfaces_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/qt/manage_interfaces_dialog.h b/ui/qt/manage_interfaces_dialog.h
index 79e9d0d9..de8db2d4 100644
--- a/ui/qt/manage_interfaces_dialog.h
+++ b/ui/qt/manage_interfaces_dialog.h
@@ -12,7 +12,6 @@
#include <config.h>
-#include <glib.h>
#include "capture_opts.h"
#include <ui/qt/models/interface_tree_cache_model.h>
@@ -48,6 +47,10 @@ private:
InterfaceSortFilterModel * pipeProxyModel;
void showRemoteInterfaces();
+#ifdef HAVE_PCAP_REMOTE
+ void addRemote(const QVariantMap&&);
+ void populateExistingRemotes();
+#endif
signals:
void ifsChanged();