mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Qt: Initialize m_thumbnailType.
This commit is contained in:
parent
e484f30af6
commit
ab9c235cfa
@ -291,6 +291,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
,m_zoomSlider(NULL)
|
||||
,m_lastZoomSliderValue(0)
|
||||
,m_viewType(VIEW_TYPE_LIST)
|
||||
,m_thumbnailType(THUMBNAIL_TYPE_BOXART)
|
||||
,m_gridProgressBar(NULL)
|
||||
,m_gridProgressWidget(NULL)
|
||||
,m_currentGridHash()
|
||||
|
Loading…
Reference in New Issue
Block a user