some more whitespace changes

This commit is contained in:
hjk
2008-12-09 11:07:24 +01:00
parent 88b7a14a79
commit 342caa2141
90 changed files with 528 additions and 571 deletions

View File

@@ -441,7 +441,7 @@ QSize TaskDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelInd
int height = 0;
QTextLayout tl(description);
tl.beginLayout();
while(true) {
while (true) {
QTextLine line = tl.createLine();
if (!line.isValid())
break;
@@ -528,7 +528,7 @@ void TaskDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option,
int height = 0;
QTextLayout tl(description);
tl.beginLayout();
while(true) {
while (true) {
QTextLine line = tl.createLine();
if (!line.isValid())
break;