aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alexaauth/alexaauth_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alexaauth/alexaauth_plugin.cpp')
-rw-r--r--plugins/alexaauth/alexaauth_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alexaauth/alexaauth_plugin.cpp b/plugins/alexaauth/alexaauth_plugin.cpp
index 03f31a8..94e8728 100644
--- a/plugins/alexaauth/alexaauth_plugin.cpp
+++ b/plugins/alexaauth/alexaauth_plugin.cpp
@@ -36,6 +36,6 @@
void AlexaAuthPlugin::registerTypes(const char *uri)
{
- qmlRegisterType<AlexaAuth>(uri, 1, 0, "AlexaAuth");
+ qmlRegisterSingletonType<AlexaAuth>(uri, 1, 0, "AlexaAuth", alexaAuthSingletonProvider);
}