qtmobility/examples/bearercloud/cloud.h
branchRCL_3
changeset 2 5822d84012fb
parent 0 cfcbf08528c4
child 5 453da2cfceef
--- a/qtmobility/examples/bearercloud/cloud.h	Thu Apr 01 08:30:34 2010 +0300
+++ b/qtmobility/examples/bearercloud/cloud.h	Thu Apr 15 08:16:03 2010 +0300
@@ -56,7 +56,7 @@
     Q_INTERFACES(QGraphicsItem)
 
 public:
-    Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0);
+    explicit Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0);
     ~Cloud();
 
     enum { Type = UserType + 1 };