summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
authormickeyl <mickeyl>2002-11-21 22:25:02 (UTC)
committer mickeyl <mickeyl>2002-11-21 22:25:02 (UTC)
commit71f340d760a5863152ff5d22c60334f421a6c488 (patch) (side-by-side diff)
treeb2e627876a2acce67e1030c857dc5ca4218ed43f /noncore/net/wellenreiter/gui/scanlistitem.h
parent0ecfbc09273d23162ef65de521ff703a8b322a03 (diff)
downloadopie-71f340d760a5863152ff5d22c60334f421a6c488.zip
opie-71f340d760a5863152ff5d22c60334f421a6c488.tar.gz
opie-71f340d760a5863152ff5d22c60334f421a6c488.tar.bz2
Added some dummy icons (press "Start Scanning") to get a basic
idea of the main Net-Sniff window.
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
index 2bed9d0..133551a 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.h
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -15,13 +15,27 @@
#ifndef SCANLISTITEM_H
#define SCANLISTITEM_H
#include <qlistview.h>
+class QString;
+
class MScanListItem: public QListViewItem
{
+ public:
+
+ MScanListItem::MScanListItem( QListView* parent,
+ QString type,
+ QString essid,
+ QString ap,
+ bool wep,
+ int channel,
+ int signal );
+
+
+
};
#endif