#include "settingsplugin.h" // #include "resourcescontroller.h" // #include "resourcelistmodel.h" // #include "maildir_resource.h" #include "settings.h" #include void SettingsPlugin::registerTypes (const char *uri) { Q_ASSERT(uri == QLatin1String("org.kde.kube.settings")); // qmlRegisterType(); // qmlRegisterType(uri, 1, 0, "Resources"); // qmlRegisterType(uri, 1, 0, "Maildir"); qmlRegisterType(uri, 1, 0, "Settings"); }