From 00fe25b29946ec3a075182758a656a787930d9ba Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 10 Nov 2024 20:31:25 +0000 Subject: [PATCH] citra_qt: Fixed strange compilation failure Possibly related to https://bugreports.qt.io/browse/QTBUG-111968 --- src/citra_qt/game_list.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index fdc868ae9..995af0489 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -147,8 +147,6 @@ private: const PlayTime::PlayTimeManager& play_time_manager; }; -Q_DECLARE_METATYPE(GameListOpenTarget); - class GameListPlaceholder : public QWidget { Q_OBJECT public: