Fixes for new push notifications
This commit is contained in:
parent
28a3eef27d
commit
28ab96812e
@ -98,9 +98,9 @@ QString PushNotifications::service() const
|
|||||||
#elif defined Q_OS_IOS
|
#elif defined Q_OS_IOS
|
||||||
return "FB-APNs";
|
return "FB-APNs";
|
||||||
#elif defined UBPORTS
|
#elif defined UBPORTS
|
||||||
return "ubports";
|
return "UBPorts";
|
||||||
#endif
|
#endif
|
||||||
return QString();
|
return "None";
|
||||||
}
|
}
|
||||||
|
|
||||||
QString PushNotifications::clientId() const
|
QString PushNotifications::clientId() const
|
||||||
|
|||||||
@ -136,12 +136,12 @@ DevicePageBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GenericTypeLogView {
|
ListView {
|
||||||
id: logView
|
id: logView
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
logsModel: LogsModel {
|
model: LogsModel {
|
||||||
id: logsModel
|
id: logsModel
|
||||||
thingId: root.device.id
|
thingId: root.device.id
|
||||||
engine: _engine
|
engine: _engine
|
||||||
|
|||||||
Reference in New Issue
Block a user