-rw-r--r-- | core/applets/obex/obeximpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index d5159e1..09aa4b3 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h | |||
@@ -16,11 +16,16 @@ namespace OpieObex { | |||
16 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | 16 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); |
17 | Q_REFCOUNT // for reference counting (macro ) | 17 | Q_REFCOUNT // for reference counting (macro ) |
18 | private: | 18 | private: |
19 | ulong ref; | 19 | ulong ref; |
20 | Obex* m_obex; // obex lib | 20 | Obex* m_obex; // obex lib |
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 ); | ||
25 | void slotCurrentTry( unsigned int ); | ||
26 | void slotDone(bool); | ||
27 | void slotReceivedFile(const QString & ); | ||
28 | void slotSent(); | ||
24 | }; | 29 | }; |
25 | }; | 30 | }; |
26 | #endif | 31 | #endif |