mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
corregido campo isBis en el env?o de datos
This commit is contained in:
parent
d65587ae61
commit
00cce6635c
@ -170,6 +170,9 @@ QString ComicDB::toTXT()
|
|||||||
if(info.number != NULL)
|
if(info.number != NULL)
|
||||||
txt.append(QString("number:%1\r\n").arg(*info.number));
|
txt.append(QString("number:%1\r\n").arg(*info.number));
|
||||||
|
|
||||||
|
if(info.isBis != NULL)
|
||||||
|
txt.append(QString("isBis:%1\r\n").arg(*info.isBis));
|
||||||
|
|
||||||
if(info.count != NULL)
|
if(info.count != NULL)
|
||||||
txt.append(QString("count:%1\r\n").arg(*info.count));
|
txt.append(QString("count:%1\r\n").arg(*info.count));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user