2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Initialized empty files of photo editor.

This commit is contained in:
23rd
2021-02-05 08:44:04 +03:00
parent 2b47d6d63f
commit 45f8e68203
7 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "editor/photo_editor.h"
#include "editor/photo_editor_content.h"
#include "editor/photo_editor_controls.h"
namespace Editor {
PhotoEditor::PhotoEditor(
not_null<Ui::RpWidget*> parent,
std::shared_ptr<QPixmap> photo)
: RpWidget(parent) {
}
} // namespace Editor