Code Cleanup
- Fix style of a constructor call.
This commit is contained in:
committed by
Paul Beckingham
parent
68aed90cad
commit
de1e413d73
@@ -675,7 +675,7 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
|||||||
{
|
{
|
||||||
std::string value = findValue (after, "\n UDA " + col->first + ":");
|
std::string value = findValue (after, "\n UDA " + col->first + ":");
|
||||||
if ((task.get (col->first) != value) && (type != "date" ||
|
if ((task.get (col->first) != value) && (type != "date" ||
|
||||||
(task.get (col->first) != Date(value, dateformat).toEpochString ())))
|
(task.get (col->first) != Date (value, dateformat).toEpochString ())))
|
||||||
{
|
{
|
||||||
if (value != "")
|
if (value != "")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user