forked from qt-creator/qt-creator
ProjectExplorer.Task: initialize movedLine member
Change-Id: I71527dc9da9e9d0e06e7e180734ef577dbdbb195 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -58,7 +58,7 @@ unsigned int Task::s_nextId = 1;
|
|||||||
\sa ProjectExplorer::TaskHub
|
\sa ProjectExplorer::TaskHub
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Task::Task() : taskId(0), type(Unknown), line(-1)
|
Task::Task() : taskId(0), type(Unknown), line(-1), movedLine(-1)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
Task::Task(TaskType type_, const QString &description_,
|
Task::Task(TaskType type_, const QString &description_,
|
||||||
|
|||||||
Reference in New Issue
Block a user