summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlist.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlist.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlist.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlist.h b/noncore/net/wellenreiter/gui/scanlist.h
index 5cf3053..6fe6930 100644
--- a/noncore/net/wellenreiter/gui/scanlist.h
+++ b/noncore/net/wellenreiter/gui/scanlist.h
@@ -20,8 +20,17 @@
class QString;
-class MScanList: public QListView
+class MScanListView: public QListView
{
+ Q_OBJECT
+
+ public:
+ MScanListView( QWidget* parent = 0, const char* name = 0 );
+ virtual ~MScanListView();
+
+ public slots:
+ void addNewItem( QString type, QString essid, QString macaddr, bool wep, int channel, int signal );
+
};
#endif