More reformat.

This commit is contained in:
Petr Mrázek
2014-01-31 22:58:57 +01:00
parent 3fb7a0faf0
commit 179451d591
4 changed files with 16 additions and 17 deletions

2
main.h
View File

@@ -30,7 +30,7 @@ public
slots:
void timeout()
{
foreach(QStandardItem * item, m_items)
for (auto item : m_items)
{
int value = item->data(CategorizedViewRoles::ProgressValueRole).toInt();
value += qrand() % 3;