clang-format

This commit is contained in:
Luis Ángel San Martín
2021-10-18 21:56:52 +02:00
parent 78e0c522d2
commit 5aa02a19bb
190 changed files with 2286 additions and 2286 deletions

View File

@ -54,7 +54,7 @@ void YACReaderHttpSession::clearComics()
comicsOnDevice.clear();
downloadedComics.clear();
}
//current comic (import)
// current comic (import)
qulonglong YACReaderHttpSession::getCurrentComicId()
{
return comicId;
@ -80,7 +80,7 @@ void YACReaderHttpSession::setCurrentComic(qulonglong id, Comic *comic)
this->comic = comic;
}
//current comic (read)
// current comic (read)
qulonglong YACReaderHttpSession::getCurrentRemoteComicId()
{
return remoteComicId;
@ -118,8 +118,8 @@ QString YACReaderHttpSession::getDisplayType()
void YACReaderHttpSession::setDeviceType(const QString &device)
{
//comicsOnDevice.clear(); //TODO crear un m<>todo clear que limpie la sesi<73>n completamente
//downloadedComics.clear();
// comicsOnDevice.clear(); //TODO crear un m<>todo clear que limpie la sesi<73>n completamente
// downloadedComics.clear();
this->device = device;
}