obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
59.11k stars 7.86k forks source link

UI: Fix outdated scene collection and profile method names #11284

Closed PatTheMav closed 1 week ago

PatTheMav commented 2 weeks ago

Description

Fixes method names for certain scene collection and frontend methods exposed via the frontend API that had been renamed during review phase of #11055.

Motivation and Context

Restores functionality of the corresponding frontend API methods.

[!NOTE]

Plugins which invoke public slot functions on the UI thread directly instead of using the frontend API will face the same issue. Luckily this should not result in crashes or other issues at runtime as Qt will just ignore the call and at worst post a log message about a non-existing method being invoked.

How Has This Been Tested?

Tested with a simple plugin that invokes the corresponding frontend API functions.

Types of changes

Checklist: