mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-07 10:42:44 +00:00
WIP: logic rewrite
WIP: adding loaders
This commit is contained in:
parent
b9b08ab384
commit
2360b261f7
1769 changed files with 124903 additions and 1963 deletions
|
@ -33,6 +33,11 @@ namespace Jellyfin {
|
|||
namespace DTO {
|
||||
|
||||
LogFile::LogFile() {}
|
||||
LogFile::LogFile(const LogFile &other) :
|
||||
m_dateCreated(other.m_dateCreated),
|
||||
m_dateModified(other.m_dateModified),
|
||||
m_size(other.m_size),
|
||||
m_name(other.m_name){}
|
||||
|
||||
LogFile LogFile::fromJson(QJsonObject source) {
|
||||
LogFile instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue