citra_qt: Fixed strange compilation failure

Possibly related to https://bugreports.qt.io/browse/QTBUG-111968
This commit is contained in:
OpenSauce04 2024-11-10 20:31:25 +00:00
parent c399783266
commit 00fe25b299

View File

@ -147,8 +147,6 @@ private:
const PlayTime::PlayTimeManager& play_time_manager;
};
Q_DECLARE_METATYPE(GameListOpenTarget);
class GameListPlaceholder : public QWidget {
Q_OBJECT
public: