mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Qt/GameList: Reimplement multiselection functionality from WX
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,8 @@ class GameList final : public QStackedWidget
|
||||
public:
|
||||
explicit GameList(QWidget* parent = nullptr);
|
||||
std::shared_ptr<const UICommon::GameFile> GetSelectedGame() const;
|
||||
QList<std::shared_ptr<const UICommon::GameFile>> GetSelectedGames() const;
|
||||
bool HasMultipleSelected() const;
|
||||
|
||||
void SetListView() { SetPreferredView(true); }
|
||||
void SetGridView() { SetPreferredView(false); }
|
||||
@@ -48,7 +50,7 @@ private:
|
||||
void InstallWAD();
|
||||
void UninstallWAD();
|
||||
void ExportWiiSave();
|
||||
void CompressISO();
|
||||
void CompressISO(bool decompress);
|
||||
void ChangeDisc();
|
||||
void OnHeaderViewChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user