forked from qt-creator/qt-creator
ProjectExplorer: Add missing member in Task::clear()
Change-Id: Iab8ca5fa67406eb05f256fbfcd7e1ded4fdf1a73 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
04e50438eb
commit
7a3f95a144
@@ -85,6 +85,7 @@ void Task::clear()
|
||||
file = Utils::FilePath();
|
||||
line = -1;
|
||||
movedLine = -1;
|
||||
column = 0;
|
||||
category = Utils::Id();
|
||||
m_icon = QIcon();
|
||||
formats.clear();
|
||||
|
Reference in New Issue
Block a user