feat: include more data when copying messages as JSON (#5600)

This commit is contained in:
nerix
2024-09-28 12:40:15 +02:00
committed by GitHub
parent edf18a7a0f
commit e149be3820
16 changed files with 504 additions and 33 deletions
+4
View File
@@ -4,6 +4,8 @@
#include <memory>
class QJsonObject;
namespace chatterino {
class Image;
@@ -34,6 +36,8 @@ public:
bool operator==(const ImageSet &other) const;
bool operator!=(const ImageSet &other) const;
QJsonObject toJson() const;
private:
ImagePtr imageX1_;
ImagePtr imageX2_;