From 0e21b4cde1d9890cefd7734043fe932948c5cdb1 Mon Sep 17 00:00:00 2001 From: Elias Date: Sat, 15 Dec 2018 21:33:13 +0100 Subject: [PATCH] Remove no longer used GAnalytics --- ScreenPlay/main.cpp | 1 - 1 file changed, 1 deletion(-) 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);