hotfix(StatusSectionLayout): fix notificationCount availability
This commit is contained in:
parent
42fe647963
commit
b068deccd4
|
@ -85,7 +85,7 @@ SplitView {
|
||||||
This property holds the number of notifications to be displayed in the notifications
|
This property holds the number of notifications to be displayed in the notifications
|
||||||
button of the header component.
|
button of the header component.
|
||||||
*/
|
*/
|
||||||
property int notificationCount
|
property alias notificationCount: statusToolBar.notificationCount
|
||||||
/*!
|
/*!
|
||||||
\qmlproperty alias StatusAppLayout::headerContent
|
\qmlproperty alias StatusAppLayout::headerContent
|
||||||
This property holds a reference to the custom header content of
|
This property holds a reference to the custom header content of
|
||||||
|
|
Loading…
Reference in New Issue