Fix property type of activityCount
This is an integer in the implementation and used as such in QML. However, due to the implicit int -> QChar -> QString conversion this actually builds being declared as a QString.
Found by Qt6.
This is an integer in the implementation and used as such in QML. However, due to the implicit int -> QChar -> QString conversion this actually builds being declared as a QString.
Found by Qt6.