mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 06:22:49 -05:00
antes de a?adir la clase Comic de YACReader a YACReaderLibrary
navegaci?n web con paginaci?n rudimentaria implementada
This commit is contained in:
@ -104,6 +104,11 @@ void HttpResponse::write(QByteArray data, bool lastPart) {
|
||||
}
|
||||
}
|
||||
|
||||
void HttpResponse::writeText(QString text, bool lastPart)
|
||||
{
|
||||
write(text.toAscii(),lastPart);
|
||||
}
|
||||
|
||||
|
||||
bool HttpResponse::hasSentLastPart() const {
|
||||
return sentLastPart;
|
||||
|
||||
Reference in New Issue
Block a user