From 5eca9401acbc4e683f1a78126272c5bd0c23c796 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 21 Jul 2002 21:59:53 +0000 Subject: paperbag --- (limited to 'noncore/net') diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp index 1fd0ea2..6c17974 100644 --- a/noncore/net/opietooth/manager/bluebase.cpp +++ b/noncore/net/opietooth/manager/bluebase.cpp @@ -345,8 +345,6 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin QMap list = service->services().classIdList(); QMap::Iterator it = list.begin(); QPopupMenu *popup =0l; - popup->insertItem( (service->services()).serviceName() ); - popup->insertSeparator(); if ( it != list.end() ) { qWarning("Searching id %d %s", it.key(), it.data().latin1() ); popup = m_popHelper.find( it.key() /*1*/, @@ -360,8 +358,7 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin qWarning("factory returned 0l"); popup = new QPopupMenu(); } - - int test1 = popup->insertItem( tr("Test1:"), 0); + int test1 = popup->insertItem( tr("Test1:"), 2); ret = popup->exec( point ); qWarning("returned from exec() "); -- cgit v0.9.0.2