Mercurial > minori
comparison 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 | 47c9f8502269 |
comparison
equal
deleted
inserted
replaced
| 347:a0aa8c8c4307 | 348:6b0768158dcd |
|---|---|
| 34 bool operator<(const Season& o) const; | 34 bool operator<(const Season& o) const; |
| 35 bool operator>(const Season& o) const; | 35 bool operator>(const Season& o) const; |
| 36 bool operator<=(const Season& o) const; | 36 bool operator<=(const Season& o) const; |
| 37 bool operator>=(const Season& o) const; | 37 bool operator>=(const Season& o) const; |
| 38 | 38 |
| 39 Season& operator++(); | |
| 40 Season& operator--(); | |
| 41 | |
| 39 Name season = Name::Unknown; | 42 Name season = Name::Unknown; |
| 40 Date::Year year = 0; | 43 Date::Year year = 0; |
| 41 }; | 44 }; |
| 42 | 45 |
| 43 } // namespace Anime | 46 } // namespace Anime |
