summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
authormickeyl <mickeyl>2002-11-26 19:37:54 (UTC)
committer mickeyl <mickeyl>2002-11-26 19:37:54 (UTC)
commitac4f32931212847803534a72eb5e951bd01e6ff5 (patch) (side-by-side diff)
treeb4769af43d5894f68ae2e8a3f9813d64e03841ce /noncore/net/wellenreiter/gui/scanlistitem.h
parent5698d4fb5134c9d493f5a3f81675e7d094597203 (diff)
downloadopie-ac4f32931212847803534a72eb5e951bd01e6ff5.zip
opie-ac4f32931212847803534a72eb5e951bd01e6ff5.tar.gz
opie-ac4f32931212847803534a72eb5e951bd01e6ff5.tar.bz2
stations belonging to one net (SSID) are shown in tree structure
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
@@ -32,8 +32,18 @@ class MScanListItem: public QListViewItem
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 );
};