Skip to content
  • Volker Krause's avatar
    Fix property type of activityCount · 785f3e32
    Volker Krause authored
    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.
    785f3e32