[CSE] Remove uneeded comments.

This commit is contained in:
Tomaz Canabrava 2017-11-03 14:28:13 +01:00
parent b53003792f
commit ea9e2135a1

View File

@ -299,9 +299,6 @@ void AccountSettings::slotUnlockFolderSuccess(const QByteArray& fileId)
}
void AccountSettings::slotMarkSubfolderEncrpted(const QByteArray& fileId)
{
//TODO: No good, we are three levels down in signal/slot hell.
// as soon as this works, rework this function to be way less
// deep.
auto job = new OCC::SetEncryptionFlagApiJob(accountsState()->account(), fileId);
connect(job, &OCC::SetEncryptionFlagApiJob::success, this, &AccountSettings::slotEncryptionFlagSuccess);
connect(job, &OCC::SetEncryptionFlagApiJob::error, this, &AccountSettings::slotEncryptionFlagError);