|
@@ -90,6 +90,8 @@ public:
|
|
|
setData(game_name, GameNameRole);
|
|
setData(game_name, GameNameRole);
|
|
|
if (!smdh_icon.isNull()) {
|
|
if (!smdh_icon.isNull()) {
|
|
|
setData(smdh_icon, GameIconRole);
|
|
setData(smdh_icon, GameIconRole);
|
|
|
|
|
+ } else {
|
|
|
|
|
+ setData(QIcon::fromTheme(QStringLiteral("chip")).pixmap(32), GameIconRole);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|