mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
multiple improvements: multi-line buffering, editing interface
This commit is contained in:
@@ -152,7 +152,8 @@ time_t parseToUTCTime(const std::string datetime, std::string format) {
|
||||
return time;
|
||||
}
|
||||
|
||||
|
||||
// @Fix: Prevent duplicate group names and questions in ordered question (to
|
||||
// simplify checking in practice).
|
||||
Result<ParseInfo> parseQuestions(const std::vector<Token>& tokens) {
|
||||
auto questions = std::vector<Question*>();
|
||||
time_t time = 0;
|
||||
|
||||
Reference in New Issue
Block a user