phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpphonelocalisation.cpp
changeset 76 cfea66083b62
parent 45 6b911d05207e
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    19 #include "cpphonelocalisation.h"
    19 #include "cpphonelocalisation.h"
    20 
    20 
    21 // ============================ MEMBER FUNCTIONS ===============================
    21 // ============================ MEMBER FUNCTIONS ===============================
    22 
    22 
    23 // -----------------------------------------------------------------------------
    23 // -----------------------------------------------------------------------------
    24 // CpPhoneLocalisation::CpPhoneLocalisation
    24 // PhoneLocalisation::PhoneLocalisation
    25 // -----------------------------------------------------------------------------
    25 // -----------------------------------------------------------------------------
    26 //
    26 //
    27 CpPhoneLocalisation::CpPhoneLocalisation( 
    27 PhoneLocalisation::PhoneLocalisation( 
    28         QObject * /*parent*/ )
    28         QObject * /*parent*/ )
    29     //:
    29     //:
    30     //QObject( /*parent*/ )
    30     //QObject( /*parent*/ )
    31     {
    31     {
    32     
    32     
    33     }
    33     }
    34 
    34 
    35 
    35 
    36 // -----------------------------------------------------------------------------
    36 // -----------------------------------------------------------------------------
    37 // CpPhoneLocalisation::~CpPhoneLocalisation
    37 // PhoneLocalisation::~PhoneLocalisation
    38 // -----------------------------------------------------------------------------
    38 // -----------------------------------------------------------------------------
    39 //
    39 //
    40 CpPhoneLocalisation::~CpPhoneLocalisation(  )
    40 PhoneLocalisation::~PhoneLocalisation(  )
    41     {
    41     {
    42     
    42     
    43     }
    43     }
    44 
    44 
    45 
    45 
    46 // -----------------------------------------------------------------------------
    46 // -----------------------------------------------------------------------------
    47 // CpPhoneLocalisation::installTranslator
    47 // PhoneLocalisation::installTranslator
    48 // -----------------------------------------------------------------------------
    48 // -----------------------------------------------------------------------------
    49 //
    49 //
    50 bool CpPhoneLocalisation::installTranslator( 
    50 bool PhoneLocalisation::installTranslator( 
    51         TranslationFileId translationFileId )
    51         TranslationFileId translationFileId )
    52     {
    52     {
    53     SMC_MOCK_METHOD1( bool, TranslationFileId, translationFileId )
    53     SMC_MOCK_METHOD1( bool, TranslationFileId, translationFileId )
    54     }
    54     }
    55 
    55 
    56 
    56 
    57 // -----------------------------------------------------------------------------
    57 // -----------------------------------------------------------------------------
    58 // CpPhoneLocalisation::removeTranslators
    58 // PhoneLocalisation::removeTranslators
    59 // -----------------------------------------------------------------------------
    59 // -----------------------------------------------------------------------------
    60 //
    60 //
    61 void CpPhoneLocalisation::removeTranslators(  )
    61 void PhoneLocalisation::removeTranslators(  )
    62     {
    62     {
    63     SMC_MOCK_METHOD0( void )
    63     SMC_MOCK_METHOD0( void )
    64     }
    64     }
    65 
    65 
    66 
    66