wilder
Laurent Montel 6 years ago
parent 066569a023
commit 5b105d0608
  1. 5
      src/userfeedback/accountinfosource.cpp

@ -31,8 +31,7 @@ AccountInfoSource::AccountInfoSource()
//TODO add account type
QString AccountInfoSource::name() const
{
//TODO
return {};
return i18n("Account information");
}
QString AccountInfoSource::description() const
@ -42,5 +41,5 @@ QString AccountInfoSource::description() const
QVariant AccountInfoSource::data()
{
return i18n("Account information");
return {};
}

Loading…
Cancel
Save