2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Moved draft painting in photo editor to separate files.

This commit is contained in:
23rd
2021-03-03 12:24:35 +03:00
parent 23c67bb2a2
commit a3e54fcd7c
11 changed files with 393 additions and 87 deletions

View File

@@ -7,6 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "editor/photo_editor_common.h"
#include "editor/scene.h"
namespace Editor {
QImage ImageModified(QImage image, const PhotoModifications &mods) {