aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/task.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-08-03 23:09:08 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-08-10 06:12:10 +0000
commit6afcf33f7a313c829342a56712e7382cf82e4ca7 (patch)
tree252672371896eeeecaf81938f0ec39797cf541d3 /src/plugins/projectexplorer/task.h
parent8932e0bcb41a5e9a507a3066037f737983b19d14 (diff)
TextEditor: Remove use of deprecated additionalFormats
Replace with formats Change-Id: I9a24c0ad138c378aed1c49a15b80b7f64edabe30 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/task.h')
-rw-r--r--src/plugins/projectexplorer/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/task.h b/src/plugins/projectexplorer/task.h
index af8126c40e..5f05918024 100644
--- a/src/plugins/projectexplorer/task.h
+++ b/src/plugins/projectexplorer/task.h
@@ -77,7 +77,7 @@ public:
// 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;
+ QVector<QTextLayout::FormatRange> formats;
private:
void setMark(TextEditor::TextMark *mark);