From 9ca7cf0f1efbff9fe86ea86963b3cf987dd65586 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 12 Feb 2018 07:47:32 +0100 Subject: [PATCH] Cleanup: remove outdated TODO item report_error() automatically pushes error messages. No need for a separate signal. Signed-off-by: Berthold Stoeger --- core/cloudstorage.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/cloudstorage.cpp b/core/cloudstorage.cpp index 11743303c..bdd562e60 100644 --- a/core/cloudstorage.cpp +++ b/core/cloudstorage.cpp @@ -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(); }