Add a method to detect Google Play build

This commit is contained in:
albexk
2024-09-17 20:52:31 +03:00
committed by NickVs2015
parent 1d345dfde2
commit 8c9f91328b
3 changed files with 11 additions and 0 deletions
@@ -55,6 +55,7 @@ public:
void requestNotificationPermission();
bool requestAuthentication();
void sendTouch(float x, float y);
bool isPlay();
static bool initLogging();
static void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &message);