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:
21
Telegram/SourceFiles/editor/photo_editor.cpp
Normal file
21
Telegram/SourceFiles/editor/photo_editor.cpp
Normal 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
|
Reference in New Issue
Block a user