summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_bt.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/io_bt.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_bt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/io_bt.h b/noncore/apps/opie-console/io_bt.h
index 00ca7e5..156632b 100644
--- a/noncore/apps/opie-console/io_bt.h
+++ b/noncore/apps/opie-console/io_bt.h
@@ -24,21 +24,18 @@ public:
24 24
25 IOBt(const Profile &); 25 IOBt(const Profile &);
26 ~IOBt(); 26 ~IOBt();
27 27
28 virtual QString identifier() const; 28 virtual QString identifier() const;
29 virtual QString name() const; 29 virtual QString name() const;
30 virtual QBitArray supports() const;
31 virtual bool isConnected();
32 30
33signals: 31signals:
34 void received(const QByteArray &); 32 void received(const QByteArray &);
35 void error(int, const QString &); 33 void error(int, const QString &);
36 34
37public slots: 35public slots:
38 virtual void send( const QByteArray& );
39 virtual bool open(); 36 virtual bool open();
40 virtual void close(); 37 virtual void close();
41 virtual void reload(const Profile &); 38 virtual void reload(const Profile &);
42 39
43private: 40private:
44 Opie::Core::OProcess *m_attach; 41 Opie::Core::OProcess *m_attach;