mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawallview/stub/src/mpalbumcoverwidget.cpp
changeset 48 af3740e3753f
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: MpAlbumCoverWidget stub for testing MpPlaybackDocumentLoader
       
    15 *
       
    16 */
       
    17 
       
    18 #include "mpalbumcoverwidget.h"
       
    19 
       
    20 
       
    21 /*!
       
    22 Stub
       
    23  */
       
    24 MpAlbumCoverWidget::MpAlbumCoverWidget( QGraphicsItem *parent ):
       
    25             HbWidget(parent)
       
    26 
       
    27 {
       
    28        Q_UNUSED(parent);
       
    29 }
       
    30 
       
    31 /*!
       
    32  Stub function
       
    33  */
       
    34 MpAlbumCoverWidget::~MpAlbumCoverWidget()
       
    35 {
       
    36 }
       
    37 
       
    38 /*!
       
    39  Stub function
       
    40  */
       
    41 void MpAlbumCoverWidget::setIcon(const HbIcon &icon )
       
    42 {
       
    43     Q_UNUSED(icon);
       
    44 }
       
    45 
       
    46 /*!
       
    47  Stub function
       
    48  */
       
    49 void MpAlbumCoverWidget::setDefaultIcon( const HbIcon &icon )
       
    50 {
       
    51         Q_UNUSED(icon);
       
    52 }