removing qml null print error

This commit is contained in:
Dante Ruiz 2017-01-23 19:35:33 +00:00
parent d605ad0253
commit 096b2e876f

View file

@ -9,8 +9,6 @@ Item {
property int rowIndex: 0
property int columnIndex: 0
property int count: (flowMain.children.length - 1)
width: parent.width
height: parent.height
// called by C++ code to keep audio bar updated
function setMicLevel(newMicLevel) {