Mercurial > minori
diff src/gui/pages/anime_list.cc @ 106:c8c72278f6fd
*: #if -> #ifdef, remove outdated comments in sys/win32/dark_theme.cc
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 05 Nov 2023 04:01:58 -0500 |
parents | 6d8da6e64d61 |
children | 2004b41d4a59 |
line wrap: on
line diff
--- a/src/gui/pages/anime_list.cc Sun Nov 05 03:54:26 2023 -0500 +++ b/src/gui/pages/anime_list.cc Sun Nov 05 04:01:58 2023 -0500 @@ -40,7 +40,7 @@ void AnimeListPageDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const { switch (index.column()) { -#if 0 +#if 0 /* I'm just commenting this out for now. Seems like a huge headache to do with Qt. */ case AnimeListPageModel::AL_PROGRESS: { const int progress = static_cast<int>(index.data(Qt::UserRole).toReal()); const int episodes =