summaryrefslogtreecommitdiffstats
path: root/examples/sysinfo/dialog.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-02 08:41:33 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-02 08:41:33 +1000
commit85527dc31215bb92e5e1eb179bb45eaa742af32b (patch)
tree3feaf15716c02d886ec206dabc29ae899a2ffb7a /examples/sysinfo/dialog.cpp
parent85ba4868936b2f068f76f318eb2d32724b695e04 (diff)
add hostId
Diffstat (limited to 'examples/sysinfo/dialog.cpp')
-rw-r--r--examples/sysinfo/dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/sysinfo/dialog.cpp b/examples/sysinfo/dialog.cpp
index a7461d2c09..91894fc9bc 100644
--- a/examples/sysinfo/dialog.cpp
+++ b/examples/sysinfo/dialog.cpp
@@ -186,6 +186,8 @@ void Dialog::setupDevice()
bluetoothPowerLabel->setText((di->currentBluetoothPowerState() ? "On" : "Off"));
connect(di,SIGNAL(bluetoothStateChanged(bool)), this,SLOT(bluetoothChanged(bool)));
+ hostIdLabel->setText(di->hostId());
+
}
void Dialog::updateDeviceLockedState()