Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit b942af9

Browse files
kamfretozSternXD
authored andcommitted
Qt/Cheats: Add tooltip to cheat descriptions
1 parent 8d84366 commit b942af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pcsx2-qt/Settings/GameCheatSettingsWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ QList<QStandardItem*> GameCheatSettingsWidget::populateTreeViewRow(const Patch::
283283

284284
QStandardItem* authorItem = new QStandardItem(QString::fromStdString(pi.author));
285285
QStandardItem* descriptionItem = new QStandardItem(QString::fromStdString(pi.description));
286+
descriptionItem->setToolTip(QString::fromStdString(pi.description));
286287

287288
items.push_back(nameItem);
288289
items.push_back(authorItem);

0 commit comments

Comments
 (0)