summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_irda.h
authorzecke <zecke>2004-10-16 21:06:28 (UTC)
committer zecke <zecke>2004-10-16 21:06:28 (UTC)
commit999a0f2d22f132005bde62558ace48a0ce8b1dcc (patch) (unidiff)
tree75f528b52a8a89289925e62bbd4c48d316c8ddcf /noncore/apps/opie-console/io_irda.h
parente70f226f5c4c2f488f6c4406034a04e128c0ca93 (diff)
downloadopie-999a0f2d22f132005bde62558ace48a0ce8b1dcc.zip
opie-999a0f2d22f132005bde62558ace48a0ce8b1dcc.tar.gz
opie-999a0f2d22f132005bde62558ace48a0ce8b1dcc.tar.bz2
-Remove never finished classes by ibotty for the console widget
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
Diffstat (limited to 'noncore/apps/opie-console/io_irda.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_irda.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/io_irda.h b/noncore/apps/opie-console/io_irda.h
index fb29686..1fdbd4b 100644
--- a/noncore/apps/opie-console/io_irda.h
+++ b/noncore/apps/opie-console/io_irda.h
@@ -25,15 +25,12 @@ public:
25 25
26 virtual QString identifier() const; 26 virtual QString identifier() const;
27 virtual QString name() const; 27 virtual QString name() const;
28 virtual QBitArray supports() const;
29 virtual bool isConnected();
30 28
31signals: 29signals:
32 void received(const QByteArray &); 30 void received(const QByteArray &);
33 void error(int, const QString &); 31 void error(int, const QString &);
34 32
35public slots: 33public slots:
36 virtual void send( const QByteArray& );
37 virtual bool open(); 34 virtual bool open();
38 virtual void close(); 35 virtual void close();
39 virtual void reload(const Profile &); 36 virtual void reload(const Profile &);