kDB: Knowledge DataBase
Loading...
Searching...
No Matches
Revision_p.h
1#include "Revision.h"
2
3#include <kDB/Repository/Connection.h>
4
5#include <QUuid>
6#include <knowCore/Timestamp.h>
7
8namespace kDB::Repository::VersionControl
9{
11 {
12 Connection connection;
13 QByteArray hash, content_hash;
14 int historicity;
15 int revisionId;
16 QString store_table_name;
17 Tags tags;
18 int distance_to_root;
19 };
20} // namespace kDB::Repository::VersionControl
Definition Connection.h:26