mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +03:00
GH-1273 allow extended selection in mod lists
This commit is contained in:
parent
eec87db86a
commit
6ec2652b45
4 changed files with 7 additions and 45 deletions
|
|
@ -83,14 +83,8 @@ public:
|
|||
*/
|
||||
bool installMod(const QString& filename);
|
||||
|
||||
/// Deletes the mod at the given index.
|
||||
virtual bool deleteMod(int index);
|
||||
|
||||
/// Deletes all the selected mods
|
||||
virtual bool deleteMods(int first, int last);
|
||||
|
||||
/// Deletes all the selected mods
|
||||
virtual bool deleteMods(const QVector<int> &indexes);
|
||||
virtual bool deleteMods(const QModelIndexList &indexes);
|
||||
|
||||
void startWatching();
|
||||
void stopWatching();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue