meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrlocationfield.cpp
branchRCL_3
changeset 22 d620048b4810
parent 18 6b8f3b30d0ec
equal deleted inserted replaced
20:efd4f1afd43e 22:d620048b4810
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14  *  Description : ESMR location field implementation
    14  *  Description : ESMR location field implementation
    15  *  Version     : %version: e002sa32#53.1.2 %
    15  *  Version     : %version: e002sa32#53.1.3 %
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #include "cesmrlocationfield.h"
    20 #include "cesmrlocationfield.h"
   408     iWaypointIcon = NULL;
   408     iWaypointIcon = NULL;
   409 
   409 
   410     if ( aEnabled )
   410     if ( aEnabled )
   411         {
   411         {
   412         iWaypointIcon = CMRImage::NewL(
   412         iWaypointIcon = CMRImage::NewL(
   413                 NMRBitmapManager::EMRBitmapLocationWaypoint, ETrue );
   413                 NMRBitmapManager::EMRBitmapLocationWaypoint,
   414         iWaypointIcon->SetParent( this );
   414                 this,
       
   415                 ETrue );
   415         }
   416         }
   416 
   417 
   417     SizeChanged();
   418     SizeChanged();
   418     }
   419     }
   419 
   420