phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkplugin.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #include <QDebug>
    17 #include <QDebug>
    18 #include "cpnetworkplugin.h"
    18 #include "cpnetworkplugin.h"
       
    19 #include <cpsettingformitemdata.h>
    19 
    20 
    20 // ============================ MEMBER FUNCTIONS ===============================
    21 // ============================ MEMBER FUNCTIONS ===============================
    21 
    22 
    22 // -----------------------------------------------------------------------------
    23 // -----------------------------------------------------------------------------
    23 // CpNetworkPlugin::Q_INTERFACES
    24 // CpNetworkPlugin::Q_INTERFACES
    41 
    42 
    42 // -----------------------------------------------------------------------------
    43 // -----------------------------------------------------------------------------
    43 // CpNetworkPlugin::createSettingFormItemData
    44 // CpNetworkPlugin::createSettingFormItemData
    44 // -----------------------------------------------------------------------------
    45 // -----------------------------------------------------------------------------
    45 //
    46 //
    46 CpSettingFormItemData * CpNetworkPlugin::createSettingFormItemData( 
    47 QList<CpSettingFormItemData*> CpNetworkPlugin::createSettingFormItemData(
    47         CpItemDataHelper & itemDataHelper ) const
    48         CpItemDataHelper &itemDataHelper) const
    48     {
    49     {
    49     Q_UNUSED( itemDataHelper )
    50     Q_UNUSED( itemDataHelper )
    50     return NULL;
    51     return QList<CpSettingFormItemData *> ();
    51     }
    52     }