93
93
void Components::registerTypes(const char *uri)
96
96
qmlRegisterUncreatableType<TelepathyHelper>(uri, 0, 1, "TelepathyHelper", "This is a singleton helper class");
97
97
qmlRegisterType<ConversationProxyModel>(uri, 0, 1, "ConversationProxyModel");
98
98
qmlRegisterType<ContactEntry>(uri, 0, 1, "ContactEntry");