camerauis/cameraxui/cxengine/inc/cxememorymonitorprivate.h
changeset 29 699651f2666f
parent 21 fa6d9f75d6a6
--- a/camerauis/cameraxui/cxengine/inc/cxememorymonitorprivate.h	Fri May 14 15:40:46 2010 +0300
+++ b/camerauis/cameraxui/cxengine/inc/cxememorymonitorprivate.h	Thu May 27 12:43:29 2010 +0300
@@ -31,9 +31,6 @@
 {
     Q_OBJECT
 
-    // Owner of this private implementation.
-    friend class CxeMemoryMonitor;
-
 private:
     explicit CxeMemoryMonitorPrivate(CxeFeatureManager &features);
     ~CxeMemoryMonitorPrivate();
@@ -55,6 +52,8 @@
 #ifdef Q_OS_SYMBIAN
     ROomMonitorSession mOomMonitor;
 #endif // Q_OS_SYMBIAN
+
+    friend class CxeMemoryMonitor;
 };
 
 #endif // CXEMEMORYMONITORPRIVATE_H