OSDN Git Service

Fix comment
authordt <qtc-committer@nokia.com>
Thu, 10 Jun 2010 12:18:20 +0000 (14:18 +0200)
committerdt <qtc-committer@nokia.com>
Thu, 10 Jun 2010 12:50:21 +0000 (14:50 +0200)
src/plugins/projectexplorer/taskwindow.h

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