3
0
Fork 0
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:
Ryan Huffman 2019-07-25 13:55:44 -07:00
parent 5d7286b055
commit 9872c1c2f7

View file

@ -301,6 +301,7 @@ void InteractiveWindow::emitScriptEvent(const QVariant& scriptMessage) {
}
void InteractiveWindow::emitWebEvent(const QVariant& webMessage) {
emit webEventReceived(webMessage);
}
void InteractiveWindow::close() {