Implement data pack updating
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
9c920fbad9
commit
683df62980
2 changed files with 184 additions and 6 deletions
|
@ -36,6 +36,13 @@ class DataPackPage : public ExternalResourcesPage {
|
|||
public slots:
|
||||
void updateFrame(const QModelIndex& current, const QModelIndex& previous) override;
|
||||
void downloadDataPacks();
|
||||
void updateDataPacks();
|
||||
void deleteDataPackMetadata();
|
||||
void changeDataPackVersion();
|
||||
|
||||
private:
|
||||
std::shared_ptr<DataPackFolderModel> m_model;
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue