general: Resolve C4062 warnings on MSVC

This commit is contained in:
Morph
2021-01-09 14:46:35 -05:00
parent 7bad1974a6
commit 4aae21e1e4
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ void UrlRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo& info) {
case QWebEngineUrlRequestInfo::ResourceTypeXhr:
emit FrameChanged();
break;
default:
break;
}
}