Clear enableQueue on model reset
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
a5c62e657a
commit
7532172233
6 changed files with 11 additions and 0 deletions
|
@ -80,6 +80,8 @@ class ResourcePage : public QWidget, public BasePage {
|
|||
virtual void removeResourceFromPage(const QString& name);
|
||||
virtual void addResourceToPage(ModPlatform::IndexedPack::Ptr, ModPlatform::IndexedVersion&, std::shared_ptr<ResourceFolderModel>);
|
||||
|
||||
virtual void modelReset();
|
||||
|
||||
QList<DownloadTaskPtr> selectedPacks() { return m_model->selectedPacks(); }
|
||||
bool hasSelectedPacks() { return !(m_model->selectedPacks().isEmpty()); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue