Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into develop
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
		| @@ -63,7 +63,7 @@ class ResourceDownloadDialog : public QDialog, public BasePageProvider { | ||||
|     bool selectPage(QString pageId); | ||||
|     ResourcePage* getSelectedPage(); | ||||
|  | ||||
|     void addResource(ModPlatform::IndexedPack&, ModPlatform::IndexedVersion&); | ||||
|     void addResource(ModPlatform::IndexedPack::Ptr, ModPlatform::IndexedVersion&); | ||||
|     void removeResource(const QString&); | ||||
|  | ||||
|     const QList<DownloadTaskPtr> getTasks(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trial97
					Trial97