mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
frontend: Fix invokeMethod function name
This commit is contained in:
@@ -203,5 +203,5 @@ protected:
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
private slots:
|
||||
void handleSourceDestroyed() { deleteLater(); }
|
||||
void onSourceDestroyed() { deleteLater(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user