Adapt to libQuotient API changes

This commit is contained in:
Tobias Fella
2022-05-30 14:23:29 +02:00
parent bd27904f17
commit dce4a409c7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,5 +23,5 @@ const EventContent::ImageContent &StickerEvent::image() const
QUrl StickerEvent::url() const
{
return m_imageContent.url;
return m_imageContent.url();
}