mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use layers and boxes from lib_ui.
This commit is contained in:
@@ -47,9 +47,12 @@ struct FormRequest;
|
||||
class FormController;
|
||||
} // namespace Passport
|
||||
|
||||
namespace Ui {
|
||||
class LayerWidget;
|
||||
} // namespace Ui
|
||||
|
||||
namespace Window {
|
||||
|
||||
class LayerWidget;
|
||||
class MainWindow;
|
||||
class SectionMemento;
|
||||
class Controller;
|
||||
@@ -244,7 +247,7 @@ public:
|
||||
}
|
||||
|
||||
void showSpecialLayer(
|
||||
object_ptr<LayerWidget> &&layer,
|
||||
object_ptr<Ui::LayerWidget> &&layer,
|
||||
anim::type animated = anim::type::normal);
|
||||
void hideSpecialLayer(
|
||||
anim::type animated = anim::type::normal) {
|
||||
|
Reference in New Issue
Block a user