Merge TWidget* into Ui::RpWidget*.

This commit is contained in:
John Preston
2025-08-11 13:54:52 +04:00
parent cc98f7da36
commit d60bfa238f
29 changed files with 49 additions and 53 deletions
@@ -431,7 +431,7 @@ void Controller::showBox(
_widget.showOrHideBoxOrLayer(std::move(content), options, animated);
}
void Controller::showRightColumn(object_ptr<TWidget> widget) {
void Controller::showRightColumn(object_ptr<Ui::RpWidget> widget) {
_widget.showRightColumn(std::move(widget));
}