Less debug noise.
This commit is contained in:
parent
107c28d361
commit
1706b75272
@ -248,10 +248,8 @@ void QMenuProxy::rebuildMenu()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "Adding section: " << item->text();
|
|
||||||
m_menu->addSection(item->text());
|
m_menu->addSection(item->text());
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "Adding action: " << item->text();
|
|
||||||
m_menu->addAction(item->action());
|
m_menu->addAction(item->action());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -261,7 +259,7 @@ void QMenuProxy::rebuildMenu()
|
|||||||
|
|
||||||
void QMenuProxy::open(int x, int y)
|
void QMenuProxy::open(int x, int y)
|
||||||
{
|
{
|
||||||
qDebug() << "opening menu at " << x << y;
|
qDebug() << "Opening menu at" << x << y;
|
||||||
|
|
||||||
QQuickItem *parentItem = nullptr;
|
QQuickItem *parentItem = nullptr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user