UI, obs-ffmpeg, obs-filters: Fix compile warnings

This commit is contained in:
Clayton Groeneveld
2020-07-16 23:15:13 -05:00
parent 56e56cd265
commit 990a07dc18
4 changed files with 7 additions and 3 deletions

View File

@@ -76,6 +76,8 @@ protected:
if (key == Qt::Key_Escape) {
return false;
}
default:
break;
}
return shortcutFilter->filter(obj, event);