frontend: Fix invokeMethod function name

This commit is contained in:
Warchamp7
2026-07-02 09:40:12 -04:00
committed by Ryan Foster
parent 137fe34ce2
commit b99ccb0367
+1 -1
View File
@@ -203,5 +203,5 @@ protected:
void paintEvent(QPaintEvent *event) override;
private slots:
void handleSourceDestroyed() { deleteLater(); }
void onSourceDestroyed() { deleteLater(); }
};