summaryrefslogtreecommitdiffstats
path: root/src/Profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Profile.cc')
-rw-r--r--src/Profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Profile.cc b/src/Profile.cc
index 40b1b074..86089bee 100644
--- a/src/Profile.cc
+++ b/src/Profile.cc
@@ -22,7 +22,7 @@
#include "Deserializable.h"
#include "Profile.h"
-void ProfileResponse::deserialize(const QJsonDocument &data) throw(DeserializationException)
+void ProfileResponse::deserialize(const QJsonDocument &data)
{
if (!data.isObject())
throw DeserializationException("Response is not a JSON object");