feat: add a provider column to the mods page
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
aaef448959
commit
4ee29b388d
5 changed files with 26 additions and 3 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
auto description() const -> QString;
|
||||
auto authors() const -> QStringList;
|
||||
auto status() const -> ModStatus;
|
||||
auto provider() const -> QString;
|
||||
|
||||
auto metadata() -> std::shared_ptr<Metadata::ModStruct>;
|
||||
auto metadata() const -> const std::shared_ptr<Metadata::ModStruct>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue