Add missing break to prevent fallthrough
This commit is contained in:
parent
f6a5811b73
commit
5e7b95db3b
|
@ -56,6 +56,7 @@ GameTracker::GameTracker(QObject* parent) : QFileSystemWatcher(parent)
|
|||
break;
|
||||
case CommandType::Start:
|
||||
StartInternal();
|
||||
break;
|
||||
case CommandType::AddDirectory:
|
||||
AddDirectoryInternal(command.path);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue