mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced using of QPixmap in photo editor with Image.
This commit is contained in:
@@ -45,7 +45,7 @@ constexpr auto kPrecision = 100000;
|
||||
|
||||
PhotoEditor::PhotoEditor(
|
||||
not_null<Ui::RpWidget*> parent,
|
||||
std::shared_ptr<QPixmap> photo,
|
||||
std::shared_ptr<Image> photo,
|
||||
PhotoModifications modifications)
|
||||
: RpWidget(parent)
|
||||
, _modifications(std::move(modifications))
|
||||
|
Reference in New Issue
Block a user