2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

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

View File

@@ -100,7 +100,7 @@ public:
}
void positionUpdated();
void showRightColumn(object_ptr<TWidget> widget);
void showRightColumn(object_ptr<Ui::RpWidget> widget);
int maximalExtendBy() const;
bool canExtendNoMove(int extendBy) const;
@@ -215,7 +215,7 @@ private:
object_ptr<Ui::PlainShadow> _titleShadow = { nullptr };
object_ptr<Ui::RpWidget> _outdated;
object_ptr<Ui::RpWidget> _body;
object_ptr<TWidget> _rightColumn = { nullptr };
object_ptr<Ui::RpWidget> _rightColumn = { nullptr };
bool _isActive = false;