From e2165a29b9fc618037295fc7515e0364b9a3da4f Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 06 Mar 2003 22:22:51 +0000 Subject: activate connections tab --- (limited to 'noncore/net/opietooth/manager/btconnectionitem.cpp') diff --git a/noncore/net/opietooth/manager/btconnectionitem.cpp b/noncore/net/opietooth/manager/btconnectionitem.cpp index 6fb9c11..b57d1b3 100644 --- a/noncore/net/opietooth/manager/btconnectionitem.cpp +++ b/noncore/net/opietooth/manager/btconnectionitem.cpp @@ -7,6 +7,7 @@ BTConnectionItem::BTConnectionItem( QListView* parent, const ConnectionState& co : BTListItem( parent ){ m_con = con; setText(0, m_con.mac() ); + setText(1, m_con.connectionMode() ); } BTConnectionItem::~BTConnectionItem() { -- cgit v0.9.0.2