mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove no longer used GAnalytics
This commit is contained in:
parent
598a6bec35
commit
0e21b4cde1
@ -145,7 +145,6 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
QQmlApplicationEngine mainWindowEngine;
|
QQmlApplicationEngine mainWindowEngine;
|
||||||
|
|
||||||
//qmlRegisterType<GAnalytics>("analytics", 0, 1, "Tracker");
|
|
||||||
mainWindowEngine.rootContext()->setContextProperty("screenPlay", &screenPlay);
|
mainWindowEngine.rootContext()->setContextProperty("screenPlay", &screenPlay);
|
||||||
mainWindowEngine.rootContext()->setContextProperty("screenPlayCreate", &create);
|
mainWindowEngine.rootContext()->setContextProperty("screenPlayCreate", &create);
|
||||||
mainWindowEngine.rootContext()->setContextProperty("utility", &qmlUtil);
|
mainWindowEngine.rootContext()->setContextProperty("utility", &qmlUtil);
|
||||||
|
Loading…
Reference in New Issue
Block a user