MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / indexDir

Method indexDir

launcher/ui/dialogs/ModUpdateDialog.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 const QList<ResourceDownloadTask::Ptr> getTasks();
31 auto indexDir() const -> QDir { return m_mod_model->indexDir(); }
32
33 auto noUpdates() const -> bool { return m_no_updates; };
34 auto aborted() const -> bool { return m_aborted; };

Callers 2

ResourceDownloadTaskMethod · 0.45
ExportPackDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected