bluetoothengine/btui/btcpplugin/btcpuibaseview.cpp
changeset 31 a0ea99b6fa53
parent 29 48ae3789ce00
child 40 997690c3397a
child 42 b72428996822
equal deleted inserted replaced
30:df7a93ede42e 31:a0ea99b6fa53
    19 * ============================================================================
    19 * ============================================================================
    20 * Template version: 4.1
    20 * Template version: 4.1
    21 */
    21 */
    22 
    22 
    23 #include "btcpuibaseview.h"
    23 #include "btcpuibaseview.h"
    24 #include <HbAction.h>
    24 #include <hbaction.h>
    25 
    25 
    26 /*!
    26 /*!
    27     Constructor.
    27     Constructor.
    28  */
    28  */
    29 BtCpUiBaseView::BtCpUiBaseView( BtuiModel &model, QGraphicsItem *parent )
    29 BtCpUiBaseView::BtCpUiBaseView(
    30     :CpBaseSettingView( 0 , parent ),mModel(model)
    30         BtSettingModel &settingModel, 
       
    31         BtDeviceModel &deviceModel, 
       
    32         QGraphicsItem *parent )
       
    33     :CpBaseSettingView( 0 , parent ), 
       
    34      mSettingModel( &settingModel ),
       
    35      mDeviceModel( &deviceModel )
    31 {
    36 {
    32 
       
    33 }
    37 }
    34 
    38 
    35 /*!
    39 /*!
    36     Destructor.
    40     Destructor.
    37  */
    41  */