Пример #1
0
void AccountSettings::setGeneralErrors( const QStringList& errors )
{
    _generalErrors = errors;
    if (_account) {
        // this will update the message
        slotAccountStateChanged(_account->state());
    }
}
Пример #2
0
void QuotaInfo::setActive(bool active)
{
    _active = active;
    slotAccountStateChanged();
}