mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +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);
|
||||
QQuickMenuItem* returnedValue { nullptr };
|
||||
|
||||
qDebug() << menuQml;
|
||||
bool invokeResult = QMetaObject::invokeMethod(menuQml, "addItem", Qt::DirectConnection,
|
||||
Q_RETURN_ARG(QQuickMenuItem*, returnedValue),
|
||||
Q_ARG(QString, action->text()));
|
||||
|
|
Loading…
Reference in a new issue