diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-12 07:47:32 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-12 11:11:34 -0800 |
commit | 9ca7cf0f1efbff9fe86ea86963b3cf987dd65586 (patch) | |
tree | 08f28690c4e56c3d02af17bf03b19343ef461232 /core/cloudstorage.cpp | |
parent | 7fedc5931ae341a808c3a00a3c98617ba65bbbe3 (diff) | |
download | subsurface-9ca7cf0f1efbff9fe86ea86963b3cf987dd65586.tar.gz |
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>
Diffstat (limited to 'core/cloudstorage.cpp')
-rw-r--r-- | core/cloudstorage.cpp | 3 |
1 files changed, 0 insertions, 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(); } |