mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +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;
|
||||
case Playable:
|
||||
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;
|
||||
}
|
||||
|
||||
@ -273,8 +274,8 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
|
||||
|
||||
label->setGraphicsEffect(shadowEffect); // Apply shadow effect to the QLabel
|
||||
|
||||
QLabel* version_label =
|
||||
new QLabel(QString("%1, (%2)").arg(entry.last_tested.toString("yyyy-MM-dd"), entry.version), widget);
|
||||
QLabel* version_label = new QLabel(
|
||||
QString("%1, (%2)").arg(entry.last_tested.toString("yyyy-MM-dd"), entry.version), widget);
|
||||
version_label->setStyleSheet("color: white; font-size: 10px;");
|
||||
|
||||
layout->addWidget(dotLabel, 0, 0, -1, 1);
|
||||
|
@ -93,7 +93,8 @@ private:
|
||||
PSF psf;
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user