comparison src/gui/pages/seasons.cc @ 279:657fda1b9cac

*: clean up enums
author Paper <paper@paper.us.eu.org>
date Fri, 19 Apr 2024 13:24:06 -0400
parents 96416310ea14
children 9a88e1725fd2
comparison
equal deleted inserted replaced
274:f6a756c19bfb 279:657fda1b9cac
176 176
177 full_layout->addWidget(buttons); 177 full_layout->addWidget(buttons);
178 } 178 }
179 179
180 /* Do NOT move this up in this function, buttons HAS to be initialized */ 180 /* Do NOT move this up in this function, buttons HAS to be initialized */
181 SetSeason(Anime::SeriesSeason::SUMMER, 2011); 181 SetSeason(Anime::SeriesSeason::Summer, 2011);
182 } 182 }