summaryrefslogtreecommitdiffstats
path: root/src/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-10-24 16:05:51 +0200
committerNiklas2011-10-24 16:05:51 +0200
commit658ae710964c6d8f4c157cc36f42940563781d09 (patch)
tree1ac04228efb2af8ef088a119374422ddda806cbb /src/ndgui.h
parentmanual conf shows now a no interfaces found message without any form fields. (diff)
downloadfbgui-658ae710964c6d8f4c157cc36f42940563781d09.tar.gz
fbgui-658ae710964c6d8f4c157cc36f42940563781d09.tar.xz
fbgui-658ae710964c6d8f4c157cc36f42940563781d09.zip
manual conf. onchange interface, present the already collected infos
Diffstat (limited to 'src/ndgui.h')
-rw-r--r--src/ndgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ndgui.h b/src/ndgui.h
index f95e42d..d8adf63 100644
--- a/src/ndgui.h
+++ b/src/ndgui.h
@@ -23,6 +23,7 @@ public:
Q_INVOKABLE QVariantList getManualConfInterfaces();
Q_INVOKABLE int ip4_setManualConfiguration(QVariantMap result);
Q_INVOKABLE QString readLogFile();
+ Q_INVOKABLE QVariantMap getInterfaceConf(QString ifName);
public slots:
void handleConnectionEstablished(QString ifName);