Fix accidentally renamed variable
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
This commit is contained in:
parent
534328f16d
commit
886b372ade
@ -45,7 +45,7 @@ QVariant Index::data(const QModelIndex &index, int role) const
|
||||
switch (role)
|
||||
{
|
||||
case Qt::DisplayRole:
|
||||
if (list.column() == 0) {
|
||||
if (index.column() == 0) {
|
||||
return list->humanReadable();
|
||||
} else {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user