diff options
author | fearlessTobi <thm.frey@gmail.com> | 2019-05-03 19:21:57 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2019-09-04 16:47:32 +0200 |
commit | 7a8f4840205799d837ac32401b4143c716a8bc3d (patch) | |
tree | 573cc9029e3b7e23605f89d94da4471a3e1b7413 /src/yuzu/game_list.h | |
parent | 2d8eba5bafd7fe9da00c8a57c605a503c3ece478 (diff) |
Address trivial review comments
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r-- | src/yuzu/game_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index a2b58aba5..cf5bd3a39 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -80,7 +80,7 @@ signals: void NavigateToGamedbEntryRequested(u64 program_id, const CompatibilityList& compatibility_list); void OpenPerGameGeneralRequested(const std::string& file); - void OpenDirectory(QString directory); + void OpenDirectory(const QString& directory); void AddDirectory(); void ShowList(bool show); |