AccountSettings: remove unused member

Fix a coverity warning
This commit is contained in:
Olivier Goffart 2015-09-01 11:37:47 +02:00
parent ebee6f0bc2
commit 0d08bbec74
2 changed files with 0 additions and 2 deletions

View File

@ -121,7 +121,6 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
this, SLOT(slotUpdateQuota(qint64,qint64)));
connect(ui->deleteButton, SIGNAL(clicked()) , this, SLOT(slotDeleteAccount()));
}
void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)

View File

@ -92,7 +92,6 @@ private:
QUrl _OCUrl;
bool _wasDisabledBefore;
AccountState *_accountState;
QLabel *_quotaLabel;
QuotaInfo _quotaInfo;
};