mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
Don't use a custom signal at all
QThread::finished should be enough in all the cases.
This commit is contained in:
@ -62,7 +62,6 @@ private:
|
||||
void cleanup(QSqlDatabase &db, const QString &target);
|
||||
|
||||
signals:
|
||||
void completed();
|
||||
void coverExtracted(QString);
|
||||
void folderUpdated(QString);
|
||||
void comicAdded(QString, QString);
|
||||
|
Reference in New Issue
Block a user