summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth
authorharlekin <harlekin>2003-02-18 09:26:02 (UTC)
committer harlekin <harlekin>2003-02-18 09:26:02 (UTC)
commit3d8495ee454395e95190693af9baa9420f90431f (patch) (unidiff)
tree3b020f74ce0aa21583dcac02812635c0b1f54dcc /noncore/net/opietooth
parent5cbc3daa3394dd92af19f0d9b567ed366b09c936 (diff)
downloadopie-3d8495ee454395e95190693af9baa9420f90431f.zip
opie-3d8495ee454395e95190693af9baa9420f90431f.tar.gz
opie-3d8495ee454395e95190693af9baa9420f90431f.tar.bz2
no more dummy entry here, since its working and that dummy could confuse users
Diffstat (limited to 'noncore/net/opietooth') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp11
1 files changed, 0 insertions, 11 deletions
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
@@ -97,15 +97,4 @@ BlueBase::BlueBase( QWidget* parent, const char* name, WFlags fl )
97 97
98 //TESTING
99 ListView2->setRootIsDecorated(true); 98 ListView2->setRootIsDecorated(true);
100 99
101 BTDeviceItem *topLV2 = new BTDeviceItem( ListView2, RemoteDevice("xx:", "Siemens S45" ) );
102 topLV2->setPixmap( 1, m_onPix );
103 Services s1;
104 s1.setServiceName( "Serial" );
105 s1.insertClassId(1, "BlueNic");
106 (void) new BTServiceItem( topLV2, s1 );
107 s1.setServiceName( "BlueNic" );
108 s1.insertClassId(2, "Obex");
109 (void) new BTServiceItem( topLV2, s1 );
110
111 writeToHciConfig(); 100 writeToHciConfig();