We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef36fd7 commit f4f5043Copy full SHA for f4f5043
main.cpp
@@ -69,8 +69,8 @@ int main(int argc, char *argv[])
69
//Setting Core Application Name, Organization, Version and Google Analytics Tracking Id
70
QCoreApplication::setApplicationName("EE-UQ");
71
QCoreApplication::setOrganizationName("SimCenter");
72
- QCoreApplication::setApplicationVersion("3.2.2");
73
- GoogleAnalytics::SetTrackingId("UA-126303135-1");
+ QCoreApplication::setApplicationVersion("3.3.0");
+ // GoogleAnalytics::SetTrackingId("UA-126303135-1");
74
GoogleAnalytics::StartSession();
75
GoogleAnalytics::ReportStart();
76
0 commit comments