Skip to content

Commit

Permalink
fmk - using ifdef instead of comments for including analytics in rele…
Browse files Browse the repository at this point in the history
…ase version
  • Loading branch information
fmckenna committed Sep 12, 2024
1 parent 5a662ec commit 10a6964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ int main(int argc, char *argv[])
//Setting Google Analytics Tracking Information
//

/* *******************************************************************/

#ifdef _SC_RELEASE
GoogleAnalytics::SetMeasurementId("G-ZXJJP9JW1R");
GoogleAnalytics::SetAPISecret("UPiFP4sETYedbPqIhVdCDA");
GoogleAnalytics::CreateSessionId();
Expand All @@ -254,7 +254,7 @@ int main(int argc, char *argv[])
view.resize(1024, 750);
view.show();
view.hide();
/* ******************************************************************** */
#endif


int res = a.exec();
Expand Down

0 comments on commit 10a6964

Please sign in to comment.