mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
fix clang-format
This commit is contained in:
parent
3bb502bf79
commit
e24179a380
@ -246,7 +246,8 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
|
|||||||
break;
|
break;
|
||||||
case Playable:
|
case Playable:
|
||||||
color = QStringLiteral("#47D35C");
|
color = QStringLiteral("#47D35C");
|
||||||
tooltip_string = tr("Game can be completed with playable performance and no major glitches");
|
tooltip_string =
|
||||||
|
tr("Game can be completed with playable performance and no major glitches");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -273,8 +274,8 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
|
|||||||
|
|
||||||
label->setGraphicsEffect(shadowEffect); // Apply shadow effect to the QLabel
|
label->setGraphicsEffect(shadowEffect); // Apply shadow effect to the QLabel
|
||||||
|
|
||||||
QLabel* version_label =
|
QLabel* version_label = new QLabel(
|
||||||
new QLabel(QString("%1, (%2)").arg(entry.last_tested.toString("yyyy-MM-dd"), entry.version), widget);
|
QString("%1, (%2)").arg(entry.last_tested.toString("yyyy-MM-dd"), entry.version), widget);
|
||||||
version_label->setStyleSheet("color: white; font-size: 10px;");
|
version_label->setStyleSheet("color: white; font-size: 10px;");
|
||||||
|
|
||||||
layout->addWidget(dotLabel, 0, 0, -1, 1);
|
layout->addWidget(dotLabel, 0, 0, -1, 1);
|
||||||
|
@ -93,7 +93,8 @@ private:
|
|||||||
PSF psf;
|
PSF psf;
|
||||||
|
|
||||||
std::shared_ptr<GameInfoClass> m_game_info = std::make_shared<GameInfoClass>();
|
std::shared_ptr<GameInfoClass> m_game_info = std::make_shared<GameInfoClass>();
|
||||||
std::shared_ptr<CompatibilityInfoClass> m_compat_info = std::make_shared<CompatibilityInfoClass>();
|
std::shared_ptr<CompatibilityInfoClass> m_compat_info =
|
||||||
|
std::make_shared<CompatibilityInfoClass>();
|
||||||
|
|
||||||
QTranslator* translator;
|
QTranslator* translator;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user