mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 09:55:24 +00:00
Merge TWidget* into Ui::RpWidget*.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user