diff --git a/ScreenPlay/main.cpp b/ScreenPlay/main.cpp index 0a119f20..54925a42 100644 --- a/ScreenPlay/main.cpp +++ b/ScreenPlay/main.cpp @@ -145,7 +145,6 @@ int main(int argc, char* argv[]) QQmlApplicationEngine mainWindowEngine; - //qmlRegisterType("analytics", 0, 1, "Tracker"); mainWindowEngine.rootContext()->setContextProperty("screenPlay", &screenPlay); mainWindowEngine.rootContext()->setContextProperty("screenPlayCreate", &create); mainWindowEngine.rootContext()->setContextProperty("utility", &qmlUtil);