Signed-off-by: Pagwin <dev@pagwin.xyz>
This commit is contained in:
Pagwin
2025-11-19 10:43:52 -05:00
parent 4c437a839c
commit 9ce7738912
2 changed files with 38 additions and 3 deletions

View File

@@ -45,6 +45,8 @@
class ModFolderPage : public ExternalResourcesPage {
Q_OBJECT
friend void HandleNoModLoader(ModFolderPage* self);
public:
explicit ModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolderModel> model, QWidget* parent = nullptr);
virtual ~ModFolderPage() = default;