Mercurial > minori
diff include/gui/pages/statistics.h @ 95:8043152ef9d4
include: set classes as final where appropriate
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 01 Nov 2023 14:39:43 -0400 |
parents | d5efb81540b3 |
children | bd68e4393e6f |
line wrap: on
line diff
--- a/include/gui/pages/statistics.h Wed Nov 01 14:30:26 2023 -0400 +++ b/include/gui/pages/statistics.h Wed Nov 01 14:39:43 2023 -0400 @@ -9,7 +9,7 @@ class LabelledSection; } -class StatisticsPage : public QFrame { +class StatisticsPage final : public QFrame { Q_OBJECT public: @@ -24,9 +24,7 @@ std::string SecondsToDateString(int seconds); std::shared_ptr<TextWidgets::LabelledSection> _anime_list; - std::shared_ptr<Graph<int>> _score_distribution_graph; - std::shared_ptr<TextWidgets::LabelledSection> _application; };