summaryrefslogtreecommitdiffstats
path: root/src/ndgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-10-24 16:50:43 +0200
committerNiklas2011-10-24 16:50:43 +0200
commitc5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc (patch)
treeeb021f9c4f154d1e03c0ecf9072e14762d506d25 /src/ndgui.cpp
parentmanual conf. onchange interface, present the already collected infos (diff)
downloadfbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.tar.gz
fbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.tar.xz
fbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.zip
no working
Diffstat (limited to 'src/ndgui.cpp')
-rw-r--r--src/ndgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ndgui.cpp b/src/ndgui.cpp
index ecee5e8..05ceac1 100644
--- a/src/ndgui.cpp
+++ b/src/ndgui.cpp
@@ -258,6 +258,7 @@ QVariantList ndgui::getManualConfInterfaces() {
/**/
QVariantMap ndgui::getInterfaceConf(QString ifName) {
+ return networkDiscovery.getInterfaceConfig(ifName);
}