Task: Renamed ::getUDAOrphans to ::getUDAOrphanUUIDs

This commit is contained in:
Paul Beckingham 2016-12-31 12:27:20 -05:00
parent fdcb084df6
commit 6c9660aee8
3 changed files with 7 additions and 6 deletions

View file

@ -312,9 +312,7 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
}
// UDA orphans
std::vector <std::string> orphans;
task.getUDAOrphans (orphans);
auto orphans = task.getUDAOrphanUUIDs ();
if (orphans.size ())
{
before << "# " << STRING_EDIT_UDA_ORPHAN_SEP << '\n';