Skip to content

Commit

Permalink
fmk - updating minor release tag for a bug fix to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Dec 20, 2023
1 parent f833bab commit 393f97b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(int argc, char *argv[])

QCoreApplication::setApplicationName("WE-UQ");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.1.0");
QCoreApplication::setApplicationVersion("3.1.1");

Q_INIT_RESOURCE(images1);

Expand Down Expand Up @@ -228,19 +228,21 @@ int main(int argc, char *argv[])
}

//Setting Google Analytics Tracking Information
//GoogleAnalytics::SetMeasurementId("G-SQHRGYDZ0H");
//GoogleAnalytics::SetAPISecret("SCg4ry-WRee780Oen2WBUA");

/* ***********************************************************************
GoogleAnalytics::SetMeasurementId("G-SQHRGYDZ0H");
GoogleAnalytics::SetAPISecret("SCg4ry-WRee780Oen2WBUA");
GoogleAnalytics::CreateSessionId();
GoogleAnalytics::StartSession();
// Opening a QWebEngineView and using github to get app geographic usage
/*
QWebEngineView view;
view.setUrl(QUrl("https://nheri-simcenter.github.io/WE-UQ/GA4.html"));
view.resize(1024, 750);
view.show();
view.hide();
*/
* *********************************************************************** */

//
// RUN the GUI
//
Expand Down

0 comments on commit 393f97b

Please sign in to comment.