mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +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);
|
||||
bool invokeResult = QMetaObject::invokeMethod(menu, "removeItem", Qt::DirectConnection,
|
||||
Q_ARG(QQuickMenuBase*, qmlItem));
|
||||
Q_ASSERT(invokeResult);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue