Swap things around -- rename refactors, moving towards non-derpy design. Maybe.

This commit is contained in:
Petr Mrázek
2014-02-04 00:40:10 +01:00
parent ddedd077b6
commit 946d49675c
8 changed files with 88 additions and 66 deletions

View File

@@ -253,8 +253,8 @@ void ListViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opti
}
drawProgressOverlay(painter, opt,
index.data(CategorizedViewRoles::ProgressValueRole).toInt(),
index.data(CategorizedViewRoles::ProgressMaximumRole).toInt());
index.data(GroupViewRoles::ProgressValueRole).toInt(),
index.data(GroupViewRoles::ProgressMaximumRole).toInt());
painter->restore();
}