mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Include lastTimeOpened in plain text comic info
This commit is contained in:
parent
0c8155dc66
commit
2649f58f15
@ -109,6 +109,9 @@ QString ComicDB::toTXT()
|
|||||||
if (!info.notes.isNull())
|
if (!info.notes.isNull())
|
||||||
txt.append(QString("notes:%1\r\n").arg(info.notes.toString()));
|
txt.append(QString("notes:%1\r\n").arg(info.notes.toString()));
|
||||||
|
|
||||||
|
if (!info.lastTimeOpened.isNull())
|
||||||
|
txt.append(QString("lastTimeOpened:%1\r\n").arg(info.lastTimeOpened.toULongLong()));
|
||||||
|
|
||||||
return txt;
|
return txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user