camerauis/cameraxui/cxengine/src/cxethumbnailmanagersymbian.cpp
changeset 42 feebad15db8c
parent 41 67457b2ffb33
child 55 0da2a5b56583
equal deleted inserted replaced
41:67457b2ffb33 42:feebad15db8c
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   115 void CxeThumbnailManagerSymbian::thumbnailReady(QPixmap thumbnail, void * data, int id, int error)
   115 void CxeThumbnailManagerSymbian::thumbnailReady(QPixmap thumbnail, void * data, int id, int error)
   116 {
   116 {
   117 
   117 
   118     CX_DEBUG_ENTER_FUNCTION();
   118     CX_DEBUG_ENTER_FUNCTION();
   119 
   119 
       
   120     Q_UNUSED(thumbnail);
   120     Q_UNUSED(data);
   121     Q_UNUSED(data);
   121 
   122 
   122     CX_DEBUG(("CxeThumbnailManagerSymbian::thumbnailReady error = %d", error));
   123     CX_DEBUG(("CxeThumbnailManagerSymbian::thumbnailReady error = %d", error));
   123 
   124 
   124     QString key;
   125     QString key;