summaryrefslogtreecommitdiff
path: root/core/applets/obex/obeximpl.h
authorzecke <zecke>2002-06-13 20:33:24 (UTC)
committer zecke <zecke>2002-06-13 20:33:24 (UTC)
commit21ad567831e0be83156d5023d93aac42a60a2af3 (patch) (side-by-side diff)
treec7b0094910e4a82cd2d2b738f2c88cd7eddfce26 /core/applets/obex/obeximpl.h
parented10b73df98c1b4c41a0b940e4f8729fe28c2b8a (diff)
downloadopie-21ad567831e0be83156d5023d93aac42a60a2af3.zip
opie-21ad567831e0be83156d5023d93aac42a60a2af3.tar.gz
opie-21ad567831e0be83156d5023d93aac42a60a2af3.tar.bz2
OBEX receiving is supporte
Diffstat (limited to 'core/applets/obex/obeximpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obeximpl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h
index 4e5109f..8d10cf1 100644
--- a/core/applets/obex/obeximpl.h
+++ b/core/applets/obex/obeximpl.h
@@ -25,2 +25,3 @@ namespace OpieObex {
ObexInc *m_recvgui;
+ QString m_name;
private slots:
@@ -31,4 +32,5 @@ namespace OpieObex {
void slotDone(bool);
- //void slotReceivedFile(const QString & );
+ void slotReceivedFile(const QString & );
void slotSent();
+
};