mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Add missing break to prevent fallthrough
This commit is contained in:
@@ -56,6 +56,7 @@ GameTracker::GameTracker(QObject* parent) : QFileSystemWatcher(parent)
|
||||
break;
|
||||
case CommandType::Start:
|
||||
StartInternal();
|
||||
break;
|
||||
case CommandType::AddDirectory:
|
||||
AddDirectoryInternal(command.path);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user