2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add cover to settings main section.

This commit is contained in:
John Preston
2018-09-05 22:39:35 +03:00
parent f0d092f126
commit a7725f03bb
8 changed files with 59 additions and 18 deletions

View File

@@ -9,6 +9,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/rp_widget.h"
namespace Window {
class Controller;
} // namespace Window
namespace Info {
namespace Profile {
class Button;
@@ -41,6 +45,7 @@ public:
object_ptr<Section> CreateSection(
Type type,
not_null<QWidget*> parent,
not_null<Window::Controller*> controller,
UserData *self = nullptr);
} // namespace Settings