Index: sources/gui/qml/components/ProgressBar.qml =================================================================== diff -u -rbea36be2766046e63c4e82539a630b5cee7ce1c6 -r0bb5f08eb3570de6bff3ce67ca502db129b59096 --- sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision bea36be2766046e63c4e82539a630b5cee7ce1c6) +++ sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 0bb5f08eb3570de6bff3ce67ca502db129b59096) @@ -37,10 +37,6 @@ property string unitText : "" property bool showMarker : true - property alias decimal : _root.decimal - property alias minimum : _root.minimum - property alias maximum : _root.maximum - signal progressClicked() height : Variables.progressbarHeight