fix: retry mod search job after aborting it
This way, we don't get stuck with an aborted job in our way! :o Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
224304813a
commit
b638a6ae95
3 changed files with 18 additions and 9 deletions
|
@ -51,6 +51,7 @@ class ListModel : public QAbstractListModel {
|
|||
public slots:
|
||||
void searchRequestFinished(QJsonDocument& doc);
|
||||
void searchRequestFailed(QString reason);
|
||||
void searchRequestAborted();
|
||||
|
||||
void infoRequestFinished(QJsonDocument& doc, ModPlatform::IndexedPack& pack, const QModelIndex& index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue