mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
comments
This commit is contained in:
parent
7f748153c5
commit
7aca95507e
1 changed files with 1 additions and 1 deletions
|
@ -236,5 +236,5 @@ 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);
|
//Q_ASSERT(invokeResult);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue