summaryrefslogtreecommitdiffstats
path: root/examples/sysinfo/dialog.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-09 07:51:41 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-09 07:51:41 +1000
commit0b38683d81cdb58b13dfb2780d88d30ec64af0b9 (patch)
tree48b66b0d7796e1f943565ba32108b1a9d8607fd9 /examples/sysinfo/dialog.cpp
parent68c04247bb0a07ff8e8e5ade691a6ad56a97bb83 (diff)
fm transmitter.
Task-number: MOBILITY-1112
Diffstat (limited to 'examples/sysinfo/dialog.cpp')
-rw-r--r--examples/sysinfo/dialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/sysinfo/dialog.cpp b/examples/sysinfo/dialog.cpp
index 3cae2a3d1f..56b15f1f18 100644
--- a/examples/sysinfo/dialog.cpp
+++ b/examples/sysinfo/dialog.cpp
@@ -442,6 +442,9 @@ void Dialog::getFeature(int index)
case 13:
feature = QSystemInfo::HapticsFeature;
break;
+ case 14:
+ feature = QSystemInfo::FmTransmitterFeature;
+ break;
};
//! [feature test]
QSystemInfo si;