mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
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