There is no iconName for "contacts"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu API Website |
New
|
Undecided
|
Unassigned |
Bug Description
https:/
On the above link, the sample code:
import QtQuick 2.4
import Ubuntu.Components 1.2
MainView {
width: units.gu(48)
height: units.gu(60)
Page {
title: i18n.tr("Example page")
Label {
text: i18n.tr("Hello world!")
}
Action {
},
Action {
}
]
}
}
There is no "iconName" for "contacts". Instead, it should be "contact"