javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/swtmobiledevice.cpp
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 47 f40128debb5d
child 50 023eef975703
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/swtmobiledevice.cpp	Thu May 27 12:49:31 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/swtmobiledevice.cpp	Fri Jun 11 13:33:44 2010 +0300
@@ -42,9 +42,10 @@
 // ---------------------------------------------------------------------------
 //
 CSwtMobileDevice::CSwtMobileDevice()
-    :iSupportedLights(CHWRMLight::ENoTarget),
-    iLightLevel(KErrNotFound),
-    iHWRMLight(NULL), iVibra(NULL)
+    : iVibra(NULL),
+      iHWRMLight(NULL),
+      iSupportedLights(CHWRMLight::ENoTarget),
+      iLightLevel(KErrNotFound)
     {
     }