From 3d8495ee454395e95190693af9baa9420f90431f Mon Sep 17 00:00:00 2001 From: harlekin Date: Tue, 18 Feb 2003 09:26:02 +0000 Subject: no more dummy entry here, since its working and that dummy could confuse users --- (limited to 'noncore') diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp index 6c17974..b31e14f 100644 --- a/noncore/net/opietooth/manager/bluebase.cpp +++ b/noncore/net/opietooth/manager/bluebase.cpp @@ -95,19 +95,8 @@ BlueBase::BlueBase( QWidget* parent, const char* name, WFlags fl ) readConfig(); initGui(); - //TESTING ListView2->setRootIsDecorated(true); - BTDeviceItem *topLV2 = new BTDeviceItem( ListView2, RemoteDevice("xx:", "Siemens S45" ) ); - topLV2->setPixmap( 1, m_onPix ); - Services s1; - s1.setServiceName( "Serial" ); - s1.insertClassId(1, "BlueNic"); - (void) new BTServiceItem( topLV2, s1 ); - s1.setServiceName( "BlueNic" ); - s1.insertClassId(2, "Obex"); - (void) new BTServiceItem( topLV2, s1 ); - writeToHciConfig(); // search conncetions addConnectedDevices(); -- cgit v0.9.0.2