mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 17:23:20 +00:00
Add 'Time' and 'Tags' as proper task's properties, also add raw format handling
This commit is contained in:
parent
3e7d8b4b70
commit
bae67e6851
15 changed files with 142 additions and 49 deletions
|
@ -7,14 +7,12 @@
|
|||
#ifndef MIRAI_USING_H
|
||||
#define MIRAI_USING_H
|
||||
|
||||
#include "TaskItem.h"
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace mirai {
|
||||
using Tags = std::vector<std::string>;
|
||||
using TasksPtrs = std::vector<std::unique_ptr<TaskItem>>;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue