-rw-r--r-- | noncore/net/opietooth/manager/bluebase.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 @@ -347,4 +347,2 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin QPopupMenu *popup =0l; - popup->insertItem( (service->services()).serviceName() ); - popup->insertSeparator(); if ( it != list.end() ) { @@ -362,4 +360,3 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin } - - int test1 = popup->insertItem( tr("Test1:"), 0); + int test1 = popup->insertItem( tr("Test1:"), 2); |