@@ -34,6 +34,16 @@ Step::Step() {
}
QList<QString> Step::getPersonnage() const
{
return personnage;
QList<QString> Step::getTexte() const
return texte;
Step::Step( QJsonObject &in)
title = in["title"].toString();
The note is not visible to the blocked user.