feat: Use version filter when searching mods
This commit is contained in:
parent
c2b97c3e3f
commit
c730fd6e5f
5 changed files with 23 additions and 21 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "net/NetJob.h"
|
||||
|
||||
class ModPage;
|
||||
class Version;
|
||||
|
||||
namespace ModPlatform {
|
||||
|
||||
|
@ -62,7 +63,7 @@ class ListModel : public QAbstractListModel {
|
|||
|
||||
void requestLogo(QString file, QString url);
|
||||
|
||||
inline auto getMineVersions() const -> QList<QString>;
|
||||
inline auto getMineVersions() const -> std::list<Version>;
|
||||
|
||||
protected:
|
||||
ModPage* m_parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue