ProjectExplorer: Add missing member in Task::clear()

Change-Id: Iab8ca5fa67406eb05f256fbfcd7e1ded4fdf1a73
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Orgad Shaneh
2022-09-01 09:17:42 +03:00
committed by Orgad Shaneh
parent 04e50438eb
commit 7a3f95a144

View File

@@ -85,6 +85,7 @@ void Task::clear()
file = Utils::FilePath(); file = Utils::FilePath();
line = -1; line = -1;
movedLine = -1; movedLine = -1;
column = 0;
category = Utils::Id(); category = Utils::Id();
m_icon = QIcon(); m_icon = QIcon();
formats.clear(); formats.clear();