mmsharing/livecommsui/lcui/src/lcuicomponentrepository.cpp
changeset 34 01f0bb65bcf1
parent 29 36d7ded3ca23
child 39 4bcc59142325
--- a/mmsharing/livecommsui/lcui/src/lcuicomponentrepository.cpp	Wed Aug 18 09:46:00 2010 +0300
+++ b/mmsharing/livecommsui/lcui/src/lcuicomponentrepository.cpp	Thu Sep 02 20:23:40 2010 +0300
@@ -69,7 +69,7 @@
     mSlots->insert( lcActEnableCameraId, SLOT( disableCamera() ) );
     mSlots->insert( lcActMuteId, SLOT( mute() ) );
     mSlots->insert( lcActGalleryId, SLOT( notSupported() ) );
-    mSlots->insert( lcActChangeCameraId, SLOT( notSupported() ) );    
+    mSlots->insert( lcActChangeCameraId, SLOT( changeCamera() ) );    
     mSlots->insert( lcActAdjustVideoId, SLOT( notSupported() ) );
     mSlots->insert( lcActShareImageId, SLOT( notSupported() ) );
     mSlots->insert( lcActSwapViewsId, SLOT( swap() ) );
@@ -79,7 +79,7 @@
     mSlots->insert( lcActSpeakerId, SLOT( speaker() ) );
 
     mSlots->insert( lcActMenuDisableCameraId, SLOT( disableCamera() ) );    
-    mSlots->insert( lcActMenuChangeCameraId, SLOT( notSupported() ) );  
+    mSlots->insert( lcActMenuChangeCameraId, SLOT( changeCamera() ) );    
     
     LC_QDEBUG( "livecomms [UI] <- LcUiComponentRepository::LcUiComponentRepository()" )
 }
@@ -505,7 +505,7 @@
         static_cast<HbAction*>( findObject( lcActEnableCameraId ) );
 
     QObject::connect( changeCamera, SIGNAL(triggered()), 
-      &view, SLOT(notSupported()) );
+      &view, SLOT(changeCamera()) );
 
     QObject::connect( disableCamera, SIGNAL(triggered()), 
       &view, SLOT(disableCamera()) );