aboutsummaryrefslogtreecommitdiff
path: root/lib/events/callanswerevent.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-05-14 16:28:02 +0200
committerGitHub <noreply@github.com>2022-05-14 16:28:02 +0200
commit42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276 (patch)
tree5c60030964cf8ca9d279cd66fcdc22bd1ac92b48 /lib/events/callanswerevent.h
parent3458fdf7b416fe64b82ec9b99553c7b2aa299e4c (diff)
parent572b727b22d66a79431326c924236ef431fd972b (diff)
downloadlibquotient-42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276.tar.gz
libquotient-42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276.zip
Merge pull request #549 from quotient-im/kitsune/various-fixes
Various fixes and cleanup
Diffstat (limited to 'lib/events/callanswerevent.h')
-rw-r--r--lib/events/callanswerevent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/events/callanswerevent.h b/lib/events/callanswerevent.h
index 70292a7a..4d539b85 100644
--- a/lib/events/callanswerevent.h
+++ b/lib/events/callanswerevent.h
@@ -13,12 +13,8 @@ public:
explicit CallAnswerEvent(const QJsonObject& obj);
- explicit CallAnswerEvent(const QString& callId, const int lifetime,
- const QString& sdp);
explicit CallAnswerEvent(const QString& callId, const QString& sdp);
- QUO_CONTENT_GETTER(int, lifetime) // FIXME: Omittable<>?
-
QString sdp() const
{
return contentPart<QJsonObject>("answer"_ls).value("sdp"_ls).toString();