meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrvieweralarmtimefield.cpp
branchRCL_3
changeset 36 e8f259fad141
parent 33 da5135c61bad
child 29 6b8f3b30d0ec
equal deleted inserted replaced
35:e64954c2c8e2 36:e8f259fad141
    80     FUNC_LOG;
    80     FUNC_LOG;
    81     iLabel = CMRLabel::NewL();
    81     iLabel = CMRLabel::NewL();
    82     iLabel->SetParent( this );
    82     iLabel->SetParent( this );
    83     CESMRField::ConstructL( iLabel ); // ownership transfered
    83     CESMRField::ConstructL( iLabel ); // ownership transfered
    84 
    84 
    85     iIcon = CMRImage::NewL( NMRBitmapManager::EMRBitmapAlarmClock ); //TODO: Is this correct icon
    85     iIcon = CMRImage::NewL( NMRBitmapManager::EMRBitmapAlarmClock );
    86     iIcon->SetParent( this );
    86     iIcon->SetParent( this );
    87     }
    87     }
    88 
    88 
    89 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------
    90 // CESMRViewerAlarmTimeField::InternalizeL()
    90 // CESMRViewerAlarmTimeField::InternalizeL()