diff --git a/src/GUI/qml/YesNoPanel.qml b/src/GUI/qml/YesNoPanel.qml index 1e46b3602..18973f5e6 100644 --- a/src/GUI/qml/YesNoPanel.qml +++ b/src/GUI/qml/YesNoPanel.qml @@ -1,4 +1,5 @@ import QtQuick 2.0 +import "." Rectangle { property alias promptText:prompt.text