GH-1635 add filter bar to mod list pages
This commit is contained in:
@ -89,6 +89,9 @@ public:
|
||||
/// Deletes all the selected mods
|
||||
virtual bool deleteMods(int first, int last);
|
||||
|
||||
/// Deletes all the selected mods
|
||||
virtual bool deleteMods(const QVector<int> &indexes);
|
||||
|
||||
void startWatching();
|
||||
void stopWatching();
|
||||
|
||||
|
Reference in New Issue
Block a user