alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h
changeset 63 a3cb48f6c889
parent 45 b6db4fd4947b
child 70 a5ed90760192
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    16 */
    16 */
    17 // alarmalertwidget_p.h
    17 // alarmalertwidget_p.h
    18 
    18 
    19 // System includes
    19 // System includes
    20 #include <QDateTime>
    20 #include <QDateTime>
       
    21 #include <QPointer>
    21 #include <hbdialog.h>
    22 #include <hbdialog.h>
    22 #include <hbdevicedialoginterface.h>
    23 #include <hbdevicedialoginterface.h>
    23 #include <hbeffect.h>
    24 #include <hbeffect.h>
    24 
    25 
    25 // User includes
    26 // User includes
   213 	
   214 	
   214     /**
   215     /**
   215      * @var mAlarmDescription
   216      * @var mAlarmDescription
   216      * @brief Points to the alarm description label
   217      * @brief Points to the alarm description label
   217      */
   218      */
   218     HbLabel *mAlarmDescription;
   219     QPointer<HbLabel> mAlarmDescription;
   219     
   220     
   220     /**
   221     /**
   221     * @var mAlarmDateTime
   222     * @var mAlarmDateTime
   222     * @brief Points to the alarm expiry time label
   223     * @brief Points to the alarm expiry time label
   223     */
   224     */
   224     HbLabel *mAlarmDateTime;
   225     QPointer<HbLabel> mAlarmDateTime;
   225     
   226     
   226     /**
   227     /**
   227      * @var mAlarmIcon
   228      * @var mAlarmIcon
   228      * @brief Points to the alarm icon label
   229      * @brief Points to the alarm icon label
   229      */
   230      */
   230     HbLabel *mAlarmIcon;
   231     QPointer<HbLabel> mAlarmIcon;
   231     
   232     
   232     /**
   233     /**
   233      * @var mMainWindow
   234      * @var mMainWindow
   234      * @brief The global main window reference.
   235      * @brief The global main window reference.
   235      * Required for getting orientation change events
   236      * Required for getting orientation change events