fix: std::list -> QList
Qt6 removed Qlist::toStdList() 😭 Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -146,7 +146,7 @@ public:
|
||||
return mods;
|
||||
}
|
||||
|
||||
auto selectedMods(QModelIndexList& indexes) -> std::list<Mod::Ptr>;
|
||||
auto selectedMods(QModelIndexList& indexes) -> QList<Mod::Ptr>;
|
||||
|
||||
public slots:
|
||||
void disableInteraction(bool disabled);
|
||||
|
Reference in New Issue
Block a user