mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extract class Journal from class Database
- const-ify Transaction and UndoAction - Clang-tidying
This commit is contained in:
parent
b15cddd562
commit
f72c4fda52
35 changed files with 416 additions and 321 deletions
|
@ -25,8 +25,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <vector>
|
||||
#include "TransactionsFactory.h"
|
||||
#include "Transaction.h"
|
||||
#include <TransactionsFactory.h>
|
||||
|
||||
void TransactionsFactory::parseLine (const std::string& line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue