meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrvieweralarmtimefield.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 12 4ce476e64c59
child 18 6b8f3b30d0ec
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
    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()