ColScheduled
- Converted from OldDuration to Duration.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <Context.h>
|
||||
#include <ColScheduled.h>
|
||||
#include <Date.h>
|
||||
#include <OldDuration.h>
|
||||
#include <Duration.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
@@ -45,7 +45,7 @@ ColumnScheduled::ColumnScheduled ()
|
||||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples.push_back (OldDuration (now - Date ()).formatCompact ());
|
||||
_examples.push_back (Duration (now - Date ()).formatCompact ());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user