mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 09:35:28 +02:00
Add missing emit inside of
This commit is contained in:
parent
5d7286b055
commit
9872c1c2f7
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ void InteractiveWindow::emitScriptEvent(const QVariant& scriptMessage) {
|
|||
}
|
||||
|
||||
void InteractiveWindow::emitWebEvent(const QVariant& webMessage) {
|
||||
emit webEventReceived(webMessage);
|
||||
}
|
||||
|
||||
void InteractiveWindow::close() {
|
||||
|
|
Loading…
Reference in a new issue