calendarui/views/src/calenpluginlabel.cpp
changeset 50 579cc610882e
parent 49 5de72ea7a065
child 58 ef813d54df51
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    28  */
    28  */
    29 
    29 
    30 /*!
    30 /*!
    31  constructor
    31  constructor
    32  */
    32  */
    33 CalenPluginLabel::CalenPluginLabel(MCalenServices& services, 
    33 Q_DECL_EXPORT CalenPluginLabel::CalenPluginLabel(MCalenServices& services, 
    34                                    QGraphicsItem* parent) :
    34                                    QGraphicsItem* parent) :
    35 	HbLabel(parent),mServices(services)
    35 	HbLabel(parent),mServices(services)
    36 {
    36 {
    37 	setAlignment(Qt::AlignCenter);
    37 	setAlignment(Qt::AlignCenter);
    38 	grabGesture(Qt::TapGesture);
    38 	grabGesture(Qt::TapGesture);
    39 }
    39 }
    40 
    40 
    41 /*!
    41 /*!
    42  Destructor
    42  Destructor
    43  */
    43  */
    44 CalenPluginLabel::~CalenPluginLabel()
    44 Q_DECL_EXPORT CalenPluginLabel::~CalenPluginLabel()
    45 {
    45 {
    46 }
    46 }
    47 
    47 
    48 
    48 
    49 /*!
    49 /*!