tdesktop/Telegram/SourceFiles/window/themes/window_theme_editor_box.h

28 lines
587 B
C
Raw Normal View History

2019-09-02 19:10:18 +03:00
/*
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
*/
#pragma once
2019-09-03 11:25:19 +03:00
#include "boxes/generic_box.h"
2019-09-02 19:10:18 +03:00
namespace Window {
2019-09-03 11:25:19 +03:00
class Controller;
2019-09-02 19:10:18 +03:00
namespace Theme {
2019-09-03 11:25:19 +03:00
void CreateBox(
not_null<GenericBox*> box,
not_null<Window::Controller*> window);
void SaveThemeBox(
not_null<GenericBox*> box,
not_null<Window::Controller*> window,
const QByteArray &palette);
2019-09-02 19:10:18 +03:00
} // namespace Theme
} // namespace Window