mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt Builds on Visual Studio
This commit is contained in:
@ -140,7 +140,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