summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
index 133551a..a786482 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.h
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -23,19 +23,29 @@ class QString;
class MScanListItem: public QListViewItem
{
public:
MScanListItem::MScanListItem( QListView* parent,
QString type,
QString essid,
QString ap,
bool wep,
int channel,
int signal );
+ MScanListItem::MScanListItem( QListViewItem* parent,
+ QString type,
+ QString essid,
+ QString ap,
+ bool wep,
+ int channel,
+ int signal );
+
+ protected:
+ virtual void decorateItem( QString type, QString essid, QString ap, bool wep, int channel, int signal );
};
#endif