mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Settings: Implement NetPlay globals
This commit is contained in:
@ -416,16 +416,7 @@ QString GameList::GetSelectedGame() const
|
||||
return QStringLiteral("");
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
GameListModel* GameList::GetModel() const
|
||||
{
|
||||
return m_model;
|
||||
}
|
||||
|
||||
void GameList::SetPreferredView(bool table)
|
||||
=======
|
||||
void GameList::SetPreferredView(bool list)
|
||||
>>>>>>> af63a1c36d... tmp.
|
||||
{
|
||||
m_prefer_list = list;
|
||||
Settings::Instance().SetPreferredView(list);
|
||||
|
@ -20,7 +20,6 @@ class GameList final : public QStackedWidget
|
||||
public:
|
||||
explicit GameList(QWidget* parent = nullptr);
|
||||
QString GetSelectedGame() const;
|
||||
GameListModel* GetModel() const;
|
||||
|
||||
void SetListView() { SetPreferredView(true); }
|
||||
void SetGridView() { SetPreferredView(false); }
|
||||
|
Reference in New Issue
Block a user