From a612d8da9287adc1742917cd7767330f0e9083c1 Mon Sep 17 00:00:00 2001 From: C4ndyF1sh <128715345+C4ndyF1sh@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:48:27 +0100 Subject: [PATCH] remove empty line --- src/qt_gui/gui_context_menus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt_gui/gui_context_menus.h b/src/qt_gui/gui_context_menus.h index 5ab22dce2..262a1d733 100644 --- a/src/qt_gui/gui_context_menus.h +++ b/src/qt_gui/gui_context_menus.h @@ -340,7 +340,6 @@ public: } // Handle the "Copy" actions - if (selected == copyName) { QClipboard* clipboard = QGuiApplication::clipboard(); clipboard->setText(QString::fromStdString(m_games[itemID].name));