mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
removing comments
This commit is contained in:
parent
8c022b025d
commit
ac17493a40
1 changed files with 0 additions and 2 deletions
|
@ -291,12 +291,10 @@ void InteractiveWindow::sendToQml(const QVariant& message) {
|
|||
}
|
||||
|
||||
void InteractiveWindow::emitScriptEvent(const QVariant& scriptMessage) {
|
||||
//_interactiveWindowProxy->emitScriptEvent(scriptMessage);
|
||||
emit scriptEventReceived(scriptMessage);
|
||||
}
|
||||
|
||||
void InteractiveWindow::emitWebEvent(const QVariant& webMessage) {
|
||||
//_interactiveWindowProxy->emitWebEvent(webMessage);
|
||||
emit webEventReceived(webMessage);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue