/* 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 parent) : RpWidget(parent) { } } // namespace Editor