phoneplugins/infowidgetplugin/infowidgetprovider/tsrc/mocks/mock_hbstyleoptionlabel.cpp
changeset 22 6bb1b21d2484
child 27 2f8f8080a020
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
       
     1 /** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 * All rights reserved.
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of "Eclipse Public License v1.0"
       
     5 * which accompanies this distribution, and is available
       
     6 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 *
       
     8 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 *
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 *
       
    15 */
       
    16 #include <QDebug>
       
    17 #include <smcmockclassincludes.h>
       
    18 #include "hbstyleoptionlabel.h"
       
    19 
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // HbStyleOptionLabel::HbStyleOptionLabel
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 HbStyleOptionLabel::HbStyleOptionLabel(  )
       
    27     //:
       
    28     //HbStyleOption( /**/ )
       
    29     {
       
    30     
       
    31     }
       
    32 
       
    33 
       
    34 // -----------------------------------------------------------------------------
       
    35 // HbStyleOptionLabel::HbStyleOptionLabel
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 HbStyleOptionLabel::HbStyleOptionLabel( 
       
    39         const HbStyleOptionLabel & other )
       
    40     //:
       
    41     //HbStyleOption( /*other*/ )
       
    42     {
       
    43     
       
    44     }
       
    45 
       
    46 
       
    47 // -----------------------------------------------------------------------------
       
    48 // HbStyleOptionLabel::~HbStyleOptionLabel
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 HbStyleOptionLabel::~HbStyleOptionLabel(  )
       
    52     {
       
    53     
       
    54     }
       
    55 
       
    56