mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 06:10:00 +02:00
removing qml null print error
This commit is contained in:
parent
d605ad0253
commit
096b2e876f
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue