Fix another reference to the "description" member of an if_info_t (in

commented-out code).

svn path=/trunk/; revision=46134
This commit is contained in:
Guy Harris 2012-11-22 07:02:53 +00:00
parent 1d0b5f5d07
commit 1105a21a8c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void InterfaceTree::getInterfaceList()
QTreeWidgetItem *ti = new QTreeWidgetItem();
// XXX Using if_info->name is amazingly ugly under Windows but it's needed for
// statistics updates
// ti->setText(0, QString().fromUtf8(if_info->description ? if_info->description : if_info->name));
// ti->setText(0, QString().fromUtf8(if_info->vendor_description ? if_info->vendor_description : if_info->name));
ti->setText(0, QString().fromUtf8(if_info->name));
points = new QList<int>();
v.setValue(points);