mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
Removing menu logspam
This commit is contained in:
parent
5f38c5265c
commit
940b095013
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ void VrMenu::addAction(QMenu* menu, QAction* action) {
|
||||||
Q_ASSERT(menuQml);
|
Q_ASSERT(menuQml);
|
||||||
QQuickMenuItem* returnedValue { nullptr };
|
QQuickMenuItem* returnedValue { nullptr };
|
||||||
|
|
||||||
qDebug() << menuQml;
|
|
||||||
bool invokeResult = QMetaObject::invokeMethod(menuQml, "addItem", Qt::DirectConnection,
|
bool invokeResult = QMetaObject::invokeMethod(menuQml, "addItem", Qt::DirectConnection,
|
||||||
Q_RETURN_ARG(QQuickMenuItem*, returnedValue),
|
Q_RETURN_ARG(QQuickMenuItem*, returnedValue),
|
||||||
Q_ARG(QString, action->text()));
|
Q_ARG(QString, action->text()));
|
||||||
|
|
Loading…
Reference in a new issue