removing comments

This commit is contained in:
amer cerkic 2019-07-24 11:37:38 -07:00
parent 8c022b025d
commit ac17493a40

View file

@ -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);
}