mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Add missing break to prevent fallthrough
This commit is contained in:
parent
f6a5811b73
commit
5e7b95db3b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ GameTracker::GameTracker(QObject* parent) : QFileSystemWatcher(parent)
|
||||||
break;
|
break;
|
||||||
case CommandType::Start:
|
case CommandType::Start:
|
||||||
StartInternal();
|
StartInternal();
|
||||||
|
break;
|
||||||
case CommandType::AddDirectory:
|
case CommandType::AddDirectory:
|
||||||
AddDirectoryInternal(command.path);
|
AddDirectoryInternal(command.path);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue