From f50dcc88bf160100336c94673aa7679403405cdd Mon Sep 17 00:00:00 2001 From: MerryMage Date: Thu, 15 Dec 2016 09:55:03 +0000 Subject: game_list: Implement context menu for items in list * Add a context menu with a "Open Save Data Location" action --- src/citra_qt/game_list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/citra_qt/game_list.h') diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 30b2c79a8..1abf10051 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -36,12 +36,15 @@ public: signals: void GameChosen(QString game_path); void ShouldCancelWorker(); + void OpenSaveFolderRequested(u64 program_id); private: void AddEntry(const QList& entry_items); void ValidateEntry(const QModelIndex& item); void DonePopulating(); + void PopupContextMenu(const QPoint& menu_location); + QTreeView* tree_view = nullptr; QStandardItemModel* item_model = nullptr; GameListWorker* current_worker = nullptr; -- cgit v1.2.3