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 //TODO add account type
QString AccountInfoSource::name() const QString AccountInfoSource::name() const
{ {
//TODO return i18n("Account information");
return {};
} }
QString AccountInfoSource::description() const QString AccountInfoSource::description() const
@ -42,5 +41,5 @@ QString AccountInfoSource::description() const
QVariant AccountInfoSource::data() QVariant AccountInfoSource::data()
{ {
return i18n("Account information"); return {};
} }

Loading…
Cancel
Save