From 663a33f463ac184b10cb3adc354f62a6a5c3e2b0 Mon Sep 17 00:00:00 2001 From: korovkin Date: Tue, 14 Nov 2006 21:29:08 +0000 Subject: Removed class members that shadowed the base class members, which caused the system crash. --- (limited to 'core/obex/obex.cpp') diff --git a/core/obex/obex.cpp b/core/obex/obex.cpp index e4a3c31..670f1a5 100644 --- a/core/obex/obex.cpp +++ b/core/obex/obex.cpp @@ -49,7 +49,7 @@ Obex::Obex( QObject *parent, const char* name ) : ObexBase(parent, name ) { m_rec = 0; - m_send=0; + m_send = 0; }; Obex::~Obex() { delete m_rec; @@ -80,7 +80,6 @@ void Obex::send(const QString& fileName, const QString& addr) { emit error(-1 ); delete m_rec; m_rec = 0; - }else{ emit error( -1 ); // we did not delete yet but it's not running slotExited is pending return; -- cgit v0.9.0.2