From 7d6b972ef38c74f0865749e30f6e1dfa71352025 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 29 Jun 2021 17:51:29 +0200 Subject: [PATCH] Fix compile issue --- headers/bluerockbackend.h | 2 ++ resources/qml/main.qml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/bluerockbackend.h b/headers/bluerockbackend.h index 6308a64..7236b1f 100644 --- a/headers/bluerockbackend.h +++ b/headers/bluerockbackend.h @@ -52,7 +52,9 @@ private: QVariantMap _senddata(QUrl serviceUrl, QUrlQuery pdata = QUrlQuery()); ShareUtils* _shareUtils; +#ifdef Q_OS_IOS IosPermissionUtils* _iosPermissionUtils; +#endif const QStringList _validBaseDomains = {"digitalrock.de", "bluerock.dev"}; bool _pendingIntentsChecked; signals: diff --git a/resources/qml/main.qml b/resources/qml/main.qml index f826d88..45c3334 100644 --- a/resources/qml/main.qml +++ b/resources/qml/main.qml @@ -198,7 +198,7 @@ Window { //openWidget({comp: 11651, cat: 26}) //openWidget({person: 6623}) //console.log(JSON.stringify(serverConn.getParamsFromUrl(""))) - openWidgetFromUrl("https://l.bluerock.dev/?comp=11601&type=starters") + //openWidgetFromUrl("https://l.bluerock.dev/?comp=11601&type=starters") } FontLoader {