mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[calamares] Make the widget-tree more informative, mention class name
This commit is contained in:
parent
ce6fae900f
commit
49f4e7b8e1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ dumpWidgetTree( QDebug& deb, const QWidget* widget, int depth )
|
|||
{
|
||||
deb << ' ';
|
||||
}
|
||||
deb << widget->objectName();
|
||||
deb << widget->metaObject()->className() << widget->objectName();
|
||||
|
||||
for ( const auto* w : widget->findChildren< QWidget* >( QString(), Qt::FindDirectChildrenOnly ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue