summaryrefslogtreecommitdiffstats
path: root/examples/sysinfo/dialog.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-02 14:41:43 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-02 14:41:43 +1000
commitcceee01eb57327ce25bc8454b31300d6ce8f1847 (patch)
treea0be6a5f5217dcf887b0658a43e561042fd66614 /examples/sysinfo/dialog.cpp
parentad9ec2c7f43902c9ccc1f9f4e1ee6054cf7114ef (diff)
hostID -> uniqueID
Diffstat (limited to 'examples/sysinfo/dialog.cpp')
-rw-r--r--examples/sysinfo/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sysinfo/dialog.cpp b/examples/sysinfo/dialog.cpp
index 91894fc9bc..3cae2a3d1f 100644
--- a/examples/sysinfo/dialog.cpp
+++ b/examples/sysinfo/dialog.cpp
@@ -186,7 +186,7 @@ void Dialog::setupDevice()
bluetoothPowerLabel->setText((di->currentBluetoothPowerState() ? "On" : "Off"));
connect(di,SIGNAL(bluetoothStateChanged(bool)), this,SLOT(bluetoothChanged(bool)));
- hostIdLabel->setText(di->hostId());
+ uniqueIDLabel->setText(di->uniqueID());
}