Mercurial > minori
diff include/gui/widgets/anime_button.h @ 254:d14f8e0e40c3
[UNFINISHED] *: update anime button
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 07 Feb 2024 07:57:37 -0500 |
parents | b3549da699a6 |
children | 3ec7804abf17 |
line wrap: on
line diff
--- a/include/gui/widgets/anime_button.h Tue Feb 06 16:56:32 2024 -0500 +++ b/include/gui/widgets/anime_button.h Wed Feb 07 07:57:37 2024 -0500 @@ -4,12 +4,12 @@ #include <QFrame> class QWidget; +class QLabel; class Poster; class ElidedLabel; namespace TextWidgets { -class Line; class LabelledParagraph; } @@ -25,7 +25,7 @@ protected: Poster* _poster = nullptr; - TextWidgets::Line* _title = nullptr; + QLabel* _title = nullptr; TextWidgets::LabelledParagraph* _info = nullptr; ElidedLabel* _synopsis = nullptr; };