summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-07-21 21:07:28 (UTC)
committer harlekin <harlekin>2002-07-21 21:07:28 (UTC)
commit756a2f9a16d6f25902d2ba6171ea6c59fca5b951 (patch) (unidiff)
treee481b93cb286bbbbd82d280f693fec420b34454b
parent2fb3b8fdf9cb4e660e217ae563a1a49557864ca9 (diff)
downloadopie-756a2f9a16d6f25902d2ba6171ea6c59fca5b951.zip
opie-756a2f9a16d6f25902d2ba6171ea6c59fca5b951.tar.gz
opie-756a2f9a16d6f25902d2ba6171ea6c59fca5b951.tar.bz2
show a search icon while searching if an device is in range or not
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp1
1 files changed, 1 insertions, 0 deletions
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
@@ -261,12 +261,13 @@ void BlueBase::addSearchedDevices( const QValueList<RemoteDevice> &newDevices )
261 for( it = newDevices.begin(); it != newDevices.end() ; ++it ) { 261 for( it = newDevices.begin(); it != newDevices.end() ; ++it ) {
262 262
263 if (find( (*it) )) // is already inserted 263 if (find( (*it) )) // is already inserted
264 continue; 264 continue;
265 265
266 deviceItem = new BTDeviceItem( ListView2 , (*it) ); 266 deviceItem = new BTDeviceItem( ListView2 , (*it) );
267 deviceItem->setPixmap( 1, m_findPix );
267 deviceItem->setExpandable ( true ); 268 deviceItem->setExpandable ( true );
268 269
269 // look if device is avail. atm, async 270 // look if device is avail. atm, async
270 deviceActive( (*it) ); 271 deviceActive( (*it) );
271 272
272 // ggf auch hier? 273 // ggf auch hier?