fix aws connection
This commit is contained in:
parent
509fe4a429
commit
2e25dc16f6
@ -53,8 +53,6 @@
|
||||
|
||||
#include <QtQml/qqml.h>
|
||||
|
||||
#include <QtQml/qqml.h>
|
||||
|
||||
static QObject* interfacesModel_provider(QQmlEngine *engine, QJSEngine *scriptEngine)
|
||||
{
|
||||
Q_UNUSED(engine)
|
||||
|
||||
@ -50,6 +50,12 @@ Item {
|
||||
}
|
||||
property alias _engine: engine
|
||||
|
||||
Binding {
|
||||
target: engine.awsClient
|
||||
property: "config"
|
||||
value: settings.cloudEnvironment
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
pageStack.push(Qt.resolvedUrl("connection/ConnectPage.qml"))
|
||||
setupPushNotifications();
|
||||
|
||||
Reference in New Issue
Block a user