aboutsummaryrefslogtreecommitdiff
path: root/application/UpdateController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/UpdateController.cpp')
-rw-r--r--application/UpdateController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/UpdateController.cpp b/application/UpdateController.cpp
index 8df5b3fc..733e365f 100644
--- a/application/UpdateController.cpp
+++ b/application/UpdateController.cpp
@@ -331,7 +331,7 @@ void UpdateController::installUpdates()
break;
}
}
- catch(Exception e)
+ catch (const Exception &e)
{
qWarning() << "Couldn't read the" << liveCheckFile << "file!";
startFailed = true;