forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: doc/qtcreator.qdoc src/plugins/projectexplorer/taskwindow.h src/plugins/qmldesigner/designercore/model/modelmerger.cpp src/plugins/qmljseditor/qmljshoverhandler.h src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp src/plugins/subversion/subversionplugin.cpp
This commit is contained in:
@@ -69,12 +69,14 @@ struct PROJECTEXPLORER_EXPORT Task {
|
||||
QString file;
|
||||
int line;
|
||||
QString category;
|
||||
// Having a QList<QTextLayout> in Task isn't that great. It would be
|
||||
// cleaner to split up the text into the logical hunks and then assemble
|
||||
// them again (That is diffrent consumers of tasks could show them in
|
||||
// different ways!). But then again, the wording of the text most likely
|
||||
// doesn't work if you split it up, nor are our parsers anywhere near being
|
||||
// that good.
|
||||
// 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
|
||||
// (That is different consumers of tasks could show them in
|
||||
// different ways!)
|
||||
// But then again, the wording of the text most likely
|
||||
// doesn't work if you split it up, nor are our parsers
|
||||
// anywhere near being that good
|
||||
QList<QTextLayout::FormatRange> formats;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user