summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.cpp
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.cpp b/noncore/net/wellenreiter/gui/scanlistitem.cpp
index 1e2a52e..f4b43a6 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.cpp
+++ b/noncore/net/wellenreiter/gui/scanlistitem.cpp
@@ -67,12 +67,13 @@ void MScanListItem::decorateItem( QString type, QString essid, QString macaddr,
67 // set channel and signal text 67 // set channel and signal text
68 68
69 if ( signal != -1 ) 69 if ( signal != -1 )
70 setText( col_sig, QString::number( signal ) ); 70 setText( col_sig, QString::number( signal ) );
71 if ( channel != -1 ) 71 if ( channel != -1 )
72 setText( col_channel, QString::number( channel ) ); 72 setText( col_channel, QString::number( channel ) );
73 73
74 listView()->triggerUpdate(); 74 listView()->triggerUpdate();
75 75
76 this->type = type; 76 this->type = type;
77 77
78} 78}
79