Skip to content

Commit

Permalink
fmk - remvomg the GA4 code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 30, 2023
1 parent 3742e14 commit dc42515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,15 @@ int main(int argc, char *argv[])
GoogleAnalytics::SetAPISecret("vxNbZfRdRUyVx3fBpdUXxg");
GoogleAnalytics::CreateSessionId();
GoogleAnalytics::StartSession();


/************** TRY LATER
// Opening a QWebEngineView and using github to get app geographic usage
QWebEngineView view;
view.setUrl(QUrl("https://nheri-simcenter.github.io/EE-UQ/GA4.html"));
view.resize(1024, 750);
view.show();
view.hide();
************************/

//
// exe application event-loop
Expand Down

0 comments on commit dc42515

Please sign in to comment.