From 756a2f9a16d6f25902d2ba6171ea6c59fca5b951 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 21 Jul 2002 21:07:28 +0000 Subject: show a search icon while searching if an device is in range or not --- (limited to 'noncore/net/opietooth') diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp index f400ce6..433bd3a 100644 --- a/noncore/net/opietooth/manager/bluebase.cpp +++ b/noncore/net/opietooth/manager/bluebase.cpp @@ -264,6 +264,7 @@ void BlueBase::addSearchedDevices( const QValueList &newDevices ) continue; deviceItem = new BTDeviceItem( ListView2 , (*it) ); + deviceItem->setPixmap( 1, m_findPix ); deviceItem->setExpandable ( true ); // look if device is avail. atm, async -- cgit v0.9.0.2