clock/clockui/clockviews/inc/clockviewsdefines.h
changeset 49 5de72ea7a065
parent 18 c198609911f9
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    26 #   define CLOCKVIEWS_EXPORT Q_DECL_EXPORT
    26 #   define CLOCKVIEWS_EXPORT Q_DECL_EXPORT
    27 #else
    27 #else
    28 #   define CLOCKVIEWS_EXPORT Q_DECL_IMPORT
    28 #   define CLOCKVIEWS_EXPORT Q_DECL_IMPORT
    29 #endif
    29 #endif
    30 
    30 
       
    31 const QString clockMainView = "ClockMainView"; // Activity Id for clock activity to be save
       
    32 // in Activity Manager DB
       
    33 
    31 #endif // CLOCKVIEWSDEFINES_H
    34 #endif // CLOCKVIEWSDEFINES_H
    32 
    35 
    33 // End of file  --Don't remove this.
    36 // End of file  --Don't remove this.