mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI, obs-ffmpeg, obs-filters: Fix compile warnings
This commit is contained in:
@@ -76,6 +76,8 @@ protected:
|
||||
if (key == Qt::Key_Escape) {
|
||||
return false;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return shortcutFilter->filter(obj, event);
|
||||
|
||||
Reference in New Issue
Block a user