From afcf93e0900676ce52252230022bb1eedc1f13b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Mon, 17 Feb 2014 11:42:53 +0100 Subject: Added non-working metatype declarations for ErrorItem and ErrorItemList --- testapp/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testapp/main.cpp b/testapp/main.cpp index 6edd902..a286eb9 100644 --- a/testapp/main.cpp +++ b/testapp/main.cpp @@ -27,6 +27,8 @@ int main(int argc, char *argv[]) qmlRegisterType("browserdbusinterface",1,0,"CacheManagerInterface"); qmlRegisterType("browserdbusinterface",1,0,"ErrorLoggerInterface"); qmlRegisterType("browserdbusinterface",1,0,"Tmp"); +// qmlRegisterType("browserdbusinterface", 1,0, "ErrorItem"); +// qmlRegisterType("browserdbusinterface", 1,0, "ErrorItemList"); QQmlApplicationEngine engine("qml/testapp/main.qml"); -- cgit v1.2.1