From 01c313ad60e253d42920912845ff25e079d81053 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 14 Mar 2017 13:33:20 +1300 Subject: [PATCH] Fix QML errors --- .../resources/qml/hifi/tablet/TabletAttachmentsDialog.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/resources/qml/hifi/tablet/TabletAttachmentsDialog.qml b/interface/resources/qml/hifi/tablet/TabletAttachmentsDialog.qml index 868b35398b..634c9d41ec 100644 --- a/interface/resources/qml/hifi/tablet/TabletAttachmentsDialog.qml +++ b/interface/resources/qml/hifi/tablet/TabletAttachmentsDialog.qml @@ -25,6 +25,9 @@ Item { property bool keyboardRaised: false property bool punctuationMode: false + property var eventBridge; + signal sendToScript(var message); + anchors.fill: parent HifiConstants { id: hifi }