mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
function style casting
This commit is contained in:
parent
4391e9eaee
commit
752051834d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void TabletProxy::updateAudioBar(const double micLevel) {
|
||||||
if (!tablet) {
|
if (!tablet) {
|
||||||
qCCritical(scriptengine) << "Could not find tablet in TabletRoot.qml";
|
qCCritical(scriptengine) << "Could not find tablet in TabletRoot.qml";
|
||||||
} else {
|
} else {
|
||||||
QMetaObject::invokeMethod(tablet, "setMicLevel", Qt::AutoConnection, Q_ARG(QVariant, QVariant::QVariant(micLevel)));
|
QMetaObject::invokeMethod(tablet, "setMicLevel", Qt::AutoConnection, Q_ARG(QVariant, QVariant(micLevel)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue