summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CheckoutFlickable.ui.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml
index 7cd6f10..ae90005 100644
--- a/CheckoutFlickable.ui.qml
+++ b/CheckoutFlickable.ui.qml
@@ -12,6 +12,7 @@ Flickable {
property alias checkoutState: province
property alias checkoutPostal: postal
property alias checkoutAddress: address
+ property alias checkoutPremium: premium
contentHeight: container.height
GridLayout {
@@ -410,6 +411,7 @@ Flickable {
}
Frame {
+ id: premium
Layout.fillWidth: true
Layout.alignment: Qt.AlignTop