#include "netinterfaces_plugin.h" #include "netinterfaces.h" #include void NetInterfacesPlugin::registerTypes(const char *uri) { // @uri gfa.plugins.qml.net qmlRegisterType(uri, 1, 0, "NetInterfaces"); // qmlRegisterType(uri, 1, 0, "Interface"); qmlRegisterUncreatableType(uri, 1, 0, "Interface", "return type only"); // qmlRegisterUncreatableType>(uri, 1, 0, "InterfaceList", "return type only"); }