mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
18 lines
424 B
C++
18 lines
424 B
C++
/*
|
|
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_controls.h"
|
|
|
|
namespace Editor {
|
|
|
|
PhotoEditorControls::PhotoEditorControls(
|
|
not_null<Ui::RpWidget*> parent)
|
|
: RpWidget(parent) {
|
|
}
|
|
|
|
} // namespace Editor
|