diff -r 8e95911cb86b -r b85759f2ba18 qmlFrontend/qml/qmlFrontend/HWComboBox.qml --- a/qmlFrontend/qml/qmlFrontend/HWComboBox.qml Wed Dec 03 00:07:33 2014 +0300 +++ b/qmlFrontend/qml/qmlFrontend/HWComboBox.qml Wed Dec 03 00:20:21 2014 +0300 @@ -4,6 +4,7 @@ HWButton { property alias model: itemsList.model property alias delegate: itemsList.delegate + property alias currentIndex: itemsList.currentIndex Window { id: selection