mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Merge pull request #3571 from rukai/dolphinQtVisualStudio
DolphinQt2 Builds on Visual Studio
This commit is contained in:
@ -141,7 +141,7 @@ QString GameList::GetSelectedGame() const
|
||||
QModelIndex model_index = proxy->mapToSource(sel_model->selectedIndexes()[0]);
|
||||
return m_model->GetPath(model_index.row());
|
||||
}
|
||||
return QStringLiteral();
|
||||
return QStringLiteral("");
|
||||
}
|
||||
|
||||
void GameList::SetPreferredView(bool table)
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "DolphinQt2/GameList/GameListModel.h"
|
||||
#include "DolphinQt2/GameList/ListProxyModel.h"
|
||||
|
||||
static constexpr QSize LARGE_BANNER_SIZE(144, 48);
|
||||
static QSize LARGE_BANNER_SIZE(144, 48);
|
||||
|
||||
ListProxyModel::ListProxyModel(QObject* parent)
|
||||
: QSortFilterProxyModel(parent)
|
||||
|
Reference in New Issue
Block a user