diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-18 19:25:52 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-18 19:25:52 +0100 |
commit | 142fc5a21f541e2a7592119df075a543527195b9 (patch) | |
tree | f38cd3f38465a0cf8b38c198b202e624fe939ae1 /lib/events/eventcontent.h | |
parent | ecbff4c1a21ff4c0ab72141bc1a34ae189d33483 (diff) | |
parent | bf82aeea369cacfc93a0e6d6d9feb01f1f2afdb2 (diff) | |
download | libquotient-142fc5a21f541e2a7592119df075a543527195b9.tar.gz libquotient-142fc5a21f541e2a7592119df075a543527195b9.zip |
Merge branch 'kitsune/cleanup2' into dev
Diffstat (limited to 'lib/events/eventcontent.h')
-rw-r--r-- | lib/events/eventcontent.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/events/eventcontent.h b/lib/events/eventcontent.h index 87ea3672..de9a792b 100644 --- a/lib/events/eventcontent.h +++ b/lib/events/eventcontent.h @@ -149,10 +149,8 @@ namespace EventContent { */ class QUOTIENT_API Thumbnail : public ImageInfo { public: - Thumbnail() = default; // Allow empty thumbnails - Thumbnail(const QJsonObject& infoJson, const Omittable<EncryptedFile> &file = none); - Thumbnail(const ImageInfo& info) : ImageInfo(info) {} using ImageInfo::ImageInfo; + Thumbnail(const QJsonObject& infoJson, const Omittable<EncryptedFile> &file = none); /** * Writes thumbnail information to "thumbnail_info" subobject |