forked from qt-creator/qt-creator
ProjectExplorer: Modernize
* Use override where appropriate * Use pragma once * Make more constructors explicit Change-Id: I2865fe10f288e3de570826058e43b70a0cb4ee37 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -53,9 +53,6 @@ unsigned int Task::s_nextId = 1;
|
||||
\sa ProjectExplorer::TaskHub
|
||||
*/
|
||||
|
||||
Task::Task() : taskId(0), type(Unknown), line(-1), movedLine(-1)
|
||||
{ }
|
||||
|
||||
Task::Task(TaskType type_, const QString &description_,
|
||||
const Utils::FileName &file_, int line_, Core::Id category_,
|
||||
const Utils::FileName &iconFile) :
|
||||
|
||||
Reference in New Issue
Block a user