Commit f17a9101 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: wild reference to psz_object_name

parent fc24fbab
...@@ -277,11 +277,11 @@ void MessagesDialog::buildTree( QTreeWidgetItem *parentItem, ...@@ -277,11 +277,11 @@ void MessagesDialog::buildTree( QTreeWidgetItem *parentItem,
else else
item = new QTreeWidgetItem( modulesTree ); item = new QTreeWidgetItem( modulesTree );
if( p_obj->psz_object_name ) /*if( p_obj->psz_object_name )
item->setText( 0, qfu( p_obj->psz_object_type ) + " \"" + item->setText( 0, qfu( p_obj->psz_object_type ) + " \"" +
qfu( p_obj->psz_object_name ) + "\" (" + qfu( p_obj->psz_object_name ) + "\" (" +
QString::number((uintptr_t)p_obj) + ")" ); QString::number((uintptr_t)p_obj) + ")" );
else else*/
item->setText( 0, qfu( p_obj->psz_object_type ) + " (" + item->setText( 0, qfu( p_obj->psz_object_type ) + " (" +
QString::number((uintptr_t)p_obj) + ")" ); QString::number((uintptr_t)p_obj) + ")" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment