forked from qt-creator/qt-creator
Fix comment
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user