diff include/gui/pages/seasons.h @ 348:6b0768158dcd

text: redesign almost every widget i.e. Paragraph is now a QLabel, etc etc, some things will probably break, idc
author Paper <paper@paper.us.eu.org>
date Tue, 25 Jun 2024 11:19:54 -0400
parents b5d6c27c308f
children
line wrap: on
line diff
--- a/include/gui/pages/seasons.h	Sun Jun 23 10:32:09 2024 -0400
+++ b/include/gui/pages/seasons.h	Tue Jun 25 11:19:54 2024 -0400
@@ -3,6 +3,7 @@
 
 #include <QFrame>
 #include <QThread>
+#include <QToolButton>
 
 #include "core/anime.h"
 #include "core/date.h"
@@ -43,7 +44,7 @@
 
 protected:
 	QListWidget* buttons = nullptr;
-	QToolButton* season_button = nullptr;
+	QToolButton season_button;
 
 	Anime::Season season_;
 };