summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testapp/main.cpp2
1 files changed, 2 insertions, 0 deletions
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<CacheManagerDbus>("browserdbusinterface",1,0,"CacheManagerInterface");
qmlRegisterType<ErrorLoggerDbus>("browserdbusinterface",1,0,"ErrorLoggerInterface");
qmlRegisterType<Bookmark>("browserdbusinterface",1,0,"Tmp");
+// qmlRegisterType<conn::brw::ErrorItem>("browserdbusinterface", 1,0, "ErrorItem");
+// qmlRegisterType<conn::brw::ErrorItemList>("browserdbusinterface", 1,0, "ErrorItemList");
QQmlApplicationEngine engine("qml/testapp/main.qml");