mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdHistory: Formatting
This commit is contained in:
parent
315c455314
commit
f640dbb34e
1 changed files with 7 additions and 7 deletions
|
@ -62,13 +62,13 @@ class AnnualHistoryStrategy;
|
|||
class AnnualGHistoryStrategy;
|
||||
|
||||
// typedef the templates to nice names to be used outside this class
|
||||
typedef CmdHistoryBase<DailyHistoryStrategy> CmdHistoryDaily;
|
||||
typedef CmdHistoryBase<DailyGHistoryStrategy> CmdGHistoryDaily;
|
||||
typedef CmdHistoryBase<WeeklyHistoryStrategy> CmdHistoryWeekly;
|
||||
typedef CmdHistoryBase<WeeklyGHistoryStrategy> CmdGHistoryWeekly;
|
||||
typedef CmdHistoryBase<MonthlyHistoryStrategy> CmdHistoryMonthly;
|
||||
typedef CmdHistoryBase<DailyHistoryStrategy> CmdHistoryDaily;
|
||||
typedef CmdHistoryBase<DailyGHistoryStrategy> CmdGHistoryDaily;
|
||||
typedef CmdHistoryBase<WeeklyHistoryStrategy> CmdHistoryWeekly;
|
||||
typedef CmdHistoryBase<WeeklyGHistoryStrategy> CmdGHistoryWeekly;
|
||||
typedef CmdHistoryBase<MonthlyHistoryStrategy> CmdHistoryMonthly;
|
||||
typedef CmdHistoryBase<MonthlyGHistoryStrategy> CmdGHistoryMonthly;
|
||||
typedef CmdHistoryBase<AnnualHistoryStrategy> CmdHistoryAnnual;
|
||||
typedef CmdHistoryBase<AnnualGHistoryStrategy> CmdGHistoryAnnual;
|
||||
typedef CmdHistoryBase<AnnualHistoryStrategy> CmdHistoryAnnual;
|
||||
typedef CmdHistoryBase<AnnualGHistoryStrategy> CmdGHistoryAnnual;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue