mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
clang-format
This commit is contained in:
@ -22,7 +22,7 @@ void ComicDownloadInfoController::service(HttpRequest &request, HttpResponse &re
|
||||
|
||||
ComicDB comic = DBHelper::getComicInfo(libraryId, comicId);
|
||||
|
||||
//TODO: check if the comic wasn't found;
|
||||
// TODO: check if the comic wasn't found;
|
||||
response.write(QString("fileName:%1\r\n").arg(comic.getFileName()).toUtf8());
|
||||
response.write(QString("fileSize:%1\r\n").arg(comic.getFileSize()).toUtf8(), true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user