Fix comment

This commit is contained in:
dt
2010-06-10 14:18:20 +02:00
parent 15f2e4e98d
commit 67de12279f

View File

@@ -76,7 +76,7 @@ struct PROJECTEXPLORER_EXPORT Task {
QString file; QString file;
int line; int line;
QString category; QString category;
// Having a QList<QTextLayout> in Task // Having a QList<QTextLayout::FormatRange> in Task
// isn't that great // isn't that great
// It would be cleaner to split up the text into // It would be cleaner to split up the text into
// the logical hunks and then assemble them again // the logical hunks and then assemble them again