2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Move ChatTheme to td_ui.

This commit is contained in:
John Preston
2021-08-26 18:02:21 +03:00
parent 3cd0f9d189
commit 0a1e84ddb2
37 changed files with 353 additions and 244 deletions

View File

@@ -22,11 +22,8 @@ class Session;
namespace Ui {
class LayerWidget;
} // namespace Ui
namespace Window::Theme {
class ChatTheme;
} // namespace Window::Theme
} // namespace Ui
namespace Window {
@@ -164,7 +161,7 @@ public:
static void PaintBackground(
not_null<SessionController*> controller,
not_null<Window::Theme::ChatTheme*> theme,
not_null<Ui::ChatTheme*> theme,
not_null<QWidget*> widget,
QRect clip);