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:
parent
7fedc5931a
commit
9ca7cf0f1e
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue