aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.h')
-rw-r--r--ui/qt/capture_interfaces_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/capture_interfaces_dialog.h b/ui/qt/capture_interfaces_dialog.h
index af6b5c15e5..48f11173b2 100644
--- a/ui/qt/capture_interfaces_dialog.h
+++ b/ui/qt/capture_interfaces_dialog.h
@@ -51,7 +51,7 @@ public:
InterfaceTreeDelegate(QObject *parent = 0);
~InterfaceTreeDelegate();
- QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const;
+ QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &idx) const;
void setTree(QTreeWidget* tree) { tree_ = tree; }
bool eventFilter(QObject *object, QEvent *event);
@@ -72,7 +72,7 @@ public:
explicit CaptureInterfacesDialog(QWidget *parent = 0);
~CaptureInterfacesDialog();
- void setTab(int index);
+ void setTab(int idx);
void updateInterfaces();
protected: