1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove no longer used GAnalytics

This commit is contained in:
Elias 2018-12-15 21:33:13 +01:00
parent 598a6bec35
commit 0e21b4cde1

View File

@ -145,7 +145,6 @@ int main(int argc, char* argv[])
QQmlApplicationEngine mainWindowEngine;
//qmlRegisterType<GAnalytics>("analytics", 0, 1, "Tracker");
mainWindowEngine.rootContext()->setContextProperty("screenPlay", &screenPlay);
mainWindowEngine.rootContext()->setContextProperty("screenPlayCreate", &create);
mainWindowEngine.rootContext()->setContextProperty("utility", &qmlUtil);