Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange members overriden in subclasses #19003

Open
GermanAizek opened this issue Apr 5, 2024 · 0 comments
Open

Strange members overriden in subclasses #19003

GermanAizek opened this issue Apr 5, 2024 · 0 comments

Comments

@GermanAizek
Copy link
Contributor

GermanAizek commented Apr 5, 2024

@hrydgard, is there difference between

  1. View::DescripeLog() and UI::ScrollView::DescribeLog() ?

    std::string DescribeLog() const override { return "ScrollView: " + View::DescribeLog(); }

  2. View::DescripeLog() and UI::ViewGroup::DescribeLog()?

    std::string DescribeLog() const override { return "ListView: " + View::DescribeLog(); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant