remove empty line

This commit is contained in:
C4ndyF1sh 2025-02-02 11:48:27 +01:00 committed by GitHub
parent b9bd6fc55f
commit a612d8da92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -340,7 +340,6 @@ public:
}
// Handle the "Copy" actions
if (selected == copyName) {
QClipboard* clipboard = QGuiApplication::clipboard();
clipboard->setText(QString::fromStdString(m_games[itemID].name));