Annotate overridden methods

This commit is contained in:
Luis Ángel San Martín
2019-05-31 22:11:14 +02:00
parent 9140d66693
commit f29724e404
92 changed files with 288 additions and 288 deletions

View File

@ -43,7 +43,7 @@ private:
//recursive method
void create(QDir currentDirectory);
void update(QDir currentDirectory);
void run();
void run() override;
qulonglong insertFolders(); //devuelve el id del último folder añadido (último en la ruta)
bool checkCover(const QString &hash);
void insertComic(const QString &relativePath, const QFileInfo &fileInfo);