-rw-r--r-- | core/applets/obex/obeximpl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 82ff1a1..e787fca 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc @@ -46,4 +46,4 @@ void ObexImpl::slotMessage( const QCString& msg, const QByteArray&data ) { m_obex->send(filename ); - QCopEnvelope e ("QPE/Obex", "done(QString)" ); - e << filename; + // QCopEnvelope e ("QPE/Obex", "done(QString)" ); but this into a slot + //e << filename; }else if(msg == "receive(bool)" ) { // open a GUI |