summaryrefslogtreecommitdiffstats
path: root/src/gui/clientConfigDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/clientConfigDialog.h')
-rw-r--r--src/gui/clientConfigDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/clientConfigDialog.h b/src/gui/clientConfigDialog.h
index 706bd8a..803f2c8 100644
--- a/src/gui/clientConfigDialog.h
+++ b/src/gui/clientConfigDialog.h
@@ -35,9 +35,11 @@ Q_SIGNALS:
private Q_SLOTS:
void checkPermissions();
+ void reloadNetworkInterfaceList();
private:
QSettings _settings;
+ QStringListModel* _interfaceListModel;
};