tdesktop/Telegram/SourceFiles/editor/photo_editor_controls.cpp

18 lines
424 B
C++
Raw Normal View History

/*
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