remove the fake notifications

This commit is contained in:
Marco Martin 2015-08-05 17:09:17 +02:00
parent 59e664df42
commit 5af4b0f4b1

View file

@ -133,29 +133,6 @@ Item {
ListModel {
id: notificationsModel
ListElement {
source: "call1Source"
appIcon: "call-start"
summary: "Missed call from Joe"
appName: "Phone"
body: "Called at 8:42 from +41 56 373 37 31"
actions: []
}
ListElement {
source: "im1Source"
appIcon: "im-google"
appName: "Message"
summary: "July: Hey! Are you around?"
actions: []
}
ListElement {
source: "im2Source"
appIcon: "im-google"
appName: "Message"
summary: "July: Hello?"
actions: []
}
}
ListView {