hotfix(StatusSectionLayout): fix notificationCount availability

This commit is contained in:
MishkaRogachev 2022-09-19 16:53:07 +03:00 committed by Michał Cieślak
parent 42fe647963
commit b068deccd4
1 changed files with 1 additions and 1 deletions

View File

@ -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