summaryrefslogtreecommitdiff
path: root/core
authorzecke <zecke>2002-06-12 17:26:39 (UTC)
committer zecke <zecke>2002-06-12 17:26:39 (UTC)
commit18c440751f4c0eba312074c290bf1416154a5655 (patch) (unidiff)
tree9105b1a3c3e7d8160e2c95abdcd88ce965753ff0 /core
parent40ea15ee51ade4c3975d91d91717752560044f35 (diff)
downloadopie-18c440751f4c0eba312074c290bf1416154a5655.zip
opie-18c440751f4c0eba312074c290bf1416154a5655.tar.gz
opie-18c440751f4c0eba312074c290bf1416154a5655.tar.bz2
Obex
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obeximpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h
index 09aa4b3..888bfea 100644
--- a/core/applets/obex/obeximpl.h
+++ b/core/applets/obex/obeximpl.h
@@ -21,11 +21,11 @@ namespace OpieObex {
21 QCopChannel *m_chan; 21 QCopChannel *m_chan;
22 private slots: 22 private slots:
23 void slotMessage( const QCString&, const QByteArray& ); 23 void slotMessage( const QCString&, const QByteArray& );
24 void slotError(int ); 24 /* void slotError(int );
25 void slotCurrentTry( unsigned int ); 25 void slotCurrentTry( unsigned int );
26 void slotDone(bool); 26 void slotDone(bool);
27 void slotReceivedFile(const QString & ); 27 void slotReceivedFile(const QString & );
28 void slotSent(); 28 void slotSent();*/
29 }; 29 };
30}; 30};
31#endif 31#endif