fixes for last commit

This commit is contained in:
fourtf
2019-08-01 13:30:58 +02:00
parent aac27c2a0d
commit e7d9422431
5 changed files with 56 additions and 14 deletions
+3 -1
View File
@@ -66,7 +66,9 @@ public:
private:
Image();
Image(const Url &url, qreal scale);
Image(const QPixmap &nonOwning, qreal scale);
Image(qreal scale);
void setPixmap(const QPixmap &pixmap);
void load();