mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Rm failing VrMenu assertion
This commit is contained in:
parent
1c5e1bb5ea
commit
2c9b0f7233
1 changed files with 0 additions and 1 deletions
|
@ -236,5 +236,4 @@ void VrMenu::removeAction(QAction* action) {
|
||||||
QQuickMenuBase* qmlItem = reinterpret_cast<QQuickMenuBase*>(item);
|
QQuickMenuBase* qmlItem = reinterpret_cast<QQuickMenuBase*>(item);
|
||||||
bool invokeResult = QMetaObject::invokeMethod(menu, "removeItem", Qt::DirectConnection,
|
bool invokeResult = QMetaObject::invokeMethod(menu, "removeItem", Qt::DirectConnection,
|
||||||
Q_ARG(QQuickMenuBase*, qmlItem));
|
Q_ARG(QQuickMenuBase*, qmlItem));
|
||||||
Q_ASSERT(invokeResult);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue