1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Cleanup: remove outdated TODO item

report_error() automatically pushes error messages. No need for a
separate signal.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-02-12 07:47:32 +01:00 committed by Dirk Hohndel
parent 7fedc5931a
commit 9ca7cf0f1e

View file

@ -73,9 +73,6 @@ void CloudStorageAuthenticate::uploadFinished()
csSettings.setVerificationStatus(CS_INCORRECT_USER_PASSWD);
myLastError = cloudAuthReply;
report_error("%s", qPrintable(cloudAuthReply));
/* TODO: Emit a signal with the error
MainWindow::instance()->getNotificationWidget()->showNotification(get_error_string(), KMessageWidget::Error);
*/
}
emit finishedAuthenticate();
}