wlanutilities/wlansniffer/aihelper/src/wsfaihelperappui.cpp
branchRCL_3
changeset 20 858c6c491d0e
parent 16 8b0eae1b1d71
equal deleted inserted replaced
18:981afc7d3841 20:858c6c491d0e
    52 // CWsfAiHelperAppUi::ConstructL
    52 // CWsfAiHelperAppUi::ConstructL
    53 // ---------------------------------------------------------------------------
    53 // ---------------------------------------------------------------------------
    54 //
    54 //
    55 void CWsfAiHelperAppUi::ConstructL()
    55 void CWsfAiHelperAppUi::ConstructL()
    56     {
    56     {
    57     BaseConstructL( EAknEnableSkin | EAknEnableMSK );
    57     BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
    58 
    58 
    59     iIdle = CIdle::NewL( CActive::EPriorityIdle );
    59     iIdle = CIdle::NewL( CActive::EPriorityIdle );
    60     
    60     
    61     // Create stub view for Wizard launching
    61     // Create stub view for Wizard launching
    62     CWsfAiHelperView* view = CWsfAiHelperView::NewLC( this );
    62     CWsfAiHelperView* view = CWsfAiHelperView::NewLC( this );