Task: Improved CppCoreGuideline compliance
This commit is contained in:
12
src/Task.cpp
12
src/Task.cpp
@@ -88,18 +88,6 @@ std::map <std::string, std::vector <std::string>> Task::customOrder;
|
||||
|
||||
static const std::string dummy ("");
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Task::Task ()
|
||||
: data ()
|
||||
, id (0)
|
||||
, urgency_value (0.0)
|
||||
, recalc_urgency (true)
|
||||
, is_blocked (false)
|
||||
, is_blocking (false)
|
||||
, annotation_count (0)
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// The uuid and id attributes must be exempt from comparison.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user