summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-03-06 19:45:59 (UTC)
committer harlekin <harlekin>2003-03-06 19:45:59 (UTC)
commit56eadb23f09da3823da787d98c0f2478620a15b3 (patch) (unidiff)
treef04fd0e01ad6b85c55fbf8d51dc2cb359b6d113c
parentde5ee3b655897d8d6b8b78fee3cb2b63f9a9bf8a (diff)
downloadopie-56eadb23f09da3823da787d98c0f2478620a15b3.zip
opie-56eadb23f09da3823da787d98c0f2478620a15b3.tar.gz
opie-56eadb23f09da3823da787d98c0f2478620a15b3.tar.bz2
make recan services and delete item work
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index b31e14f..d3abb54 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -299,15 +299,7 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
299 break; 299 break;
300 case 0: 300 case 2:
301 addServicesToDevice( (BTDeviceItem*)item ); 301 addServicesToDevice( (BTDeviceItem*)item );
302 break; 302 break;
303 case 1:
304 303
305 break; 304 case 4:
306
307 // NO need to, since hcid does that on the fly
308 // case 2:
309 // make connection
310 //m_localDevice->connectTo( ((BTDeviceItem*)item)->mac() );
311 //break;
312 case 3:
313 // deletes childs too 305 // deletes childs too