- Bump to rc2

This commit is contained in:
Christophe Dumez 2009-11-27 16:31:17 +00:00
parent 1784c5cecb
commit efed943366
2 changed files with 2 additions and 3 deletions

View file

@ -149,8 +149,7 @@ public:
newopt.minimum = 0;
newopt.state |= QStyle::State_Enabled;
newopt.textVisible = true;
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt,
painter);
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt, painter);
break;
}
default: