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