clock/clockui/clockviews/inc/clockviewsdefines.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    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.