summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2019-05-03 19:21:57 +0200
committerFearlessTobi <thm.frey@gmail.com>2019-09-04 16:47:32 +0200
commit7a8f4840205799d837ac32401b4143c716a8bc3d (patch)
tree573cc9029e3b7e23605f89d94da4471a3e1b7413 /src/yuzu/game_list.h
parent2d8eba5bafd7fe9da00c8a57c605a503c3ece478 (diff)
Address trivial review comments
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r--src/yuzu/game_list.h2
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);