aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-04-15 15:00:22 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-04-15 13:57:13 +0000
commit94f20cc55dd4327a42e6177055c3b2e6f6a3d3d3 (patch)
treea77c0adc0979541adf38940321cd084ec945a7f1 /src/plugins/projectexplorer/taskmodel.h
parent35edbf897776012c1f28062358af449ea2cf5558 (diff)
ProjectExplorer: Modernize code
Change-Id: Ia967f698baba9bf84e6ef3c2ce26cafb17279f3e Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/taskmodel.h')
-rw-r--r--src/plugins/projectexplorer/taskmodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/taskmodel.h b/src/plugins/projectexplorer/taskmodel.h
index e94d218cab..0b761adabb 100644
--- a/src/plugins/projectexplorer/taskmodel.h
+++ b/src/plugins/projectexplorer/taskmodel.h
@@ -113,11 +113,11 @@ private:
QList<Task> m_tasks; // all tasks (in order of id)
QHash<QString,bool> m_fileNotFound;
- int m_maxSizeOfFileName;
- int m_lastMaxSizeIndex;
QFont m_fileMeasurementFont;
- int m_sizeOfLineNumber;
QFont m_lineMeasurementFont;
+ int m_maxSizeOfFileName = 0;
+ int m_lastMaxSizeIndex = 0;
+ int m_sizeOfLineNumber = 0;
};
class TaskFilterModel : public QAbstractItemModel