From bf5f5091ef6daeaf7067f4fc8973eb068ddc52fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 9 Aug 2013 00:26:35 +0200 Subject: Various task related improvements. * Errors are reported back to task users via Failure signals. * Lwjgl doesn't download on each legacy instance start anymore. * Tasks were unified when it comes to success/failure. * Task dialogs don't get spawned after short tasks finish anymore. --- backend/BaseUpdate.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backend/BaseUpdate.cpp') diff --git a/backend/BaseUpdate.cpp b/backend/BaseUpdate.cpp index 8a4aced3..b086ab14 100644 --- a/backend/BaseUpdate.cpp +++ b/backend/BaseUpdate.cpp @@ -5,11 +5,6 @@ BaseUpdate::BaseUpdate ( BaseInstance* inst, QObject* parent ) : Task ( parent ) m_inst = inst; } -void BaseUpdate::error ( const QString& msg ) -{ - emit gameUpdateError(msg); -} - void BaseUpdate::updateDownloadProgress(qint64 current, qint64 total) { // The progress on the current file is current / total -- cgit v1.2.3