diff include/core/anime_season.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/core/anime_season.h	Sun Jun 23 10:32:09 2024 -0400
+++ b/include/core/anime_season.h	Tue Jun 25 11:19:54 2024 -0400
@@ -36,6 +36,9 @@
 	bool operator<=(const Season& o) const;
 	bool operator>=(const Season& o) const;
 
+	Season& operator++();
+	Season& operator--();
+
 	Name season = Name::Unknown;
 	Date::Year year = 0;
 };