mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 05:15:17 +00:00
Qt: kind of lazy loading icons
This commit is contained in:
parent
b5f1f50a16
commit
f5366c91a7
4 changed files with 276 additions and 213 deletions
|
|
@ -37,7 +37,7 @@ void game_list::mouseMoveEvent(QMouseEvent *event)
|
|||
m_last_hover_item = new_item;
|
||||
}
|
||||
|
||||
void game_list::leaveEvent(QEvent *event)
|
||||
void game_list::leaveEvent(QEvent */*event*/)
|
||||
{
|
||||
if (m_last_hover_item)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue