qtmobility/src/contacts/details/qcontacturl.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    58     static const QLatin1Constant DefinitionName;
    58     static const QLatin1Constant DefinitionName;
    59     static const QLatin1Constant FieldUrl;
    59     static const QLatin1Constant FieldUrl;
    60     static const QLatin1Constant FieldSubType;
    60     static const QLatin1Constant FieldSubType;
    61     static const QLatin1Constant SubTypeHomePage;
    61     static const QLatin1Constant SubTypeHomePage;
    62     static const QLatin1Constant SubTypeFavourite;
    62     static const QLatin1Constant SubTypeFavourite;
    63     static const QLatin1Constant SubTypeSocialNetworking;
       
    64 #else
    63 #else
    65     Q_DECLARE_CUSTOM_CONTACT_DETAIL(QContactUrl, "Url")
    64     Q_DECLARE_CUSTOM_CONTACT_DETAIL(QContactUrl, "Url")
    66     Q_DECLARE_LATIN1_CONSTANT(FieldUrl, "Url");
    65     Q_DECLARE_LATIN1_CONSTANT(FieldUrl, "Url");
    67     Q_DECLARE_LATIN1_CONSTANT(FieldSubType, "SubType");
    66     Q_DECLARE_LATIN1_CONSTANT(FieldSubType, "SubType");
    68     Q_DECLARE_LATIN1_CONSTANT(SubTypeHomePage, "HomePage");
    67     Q_DECLARE_LATIN1_CONSTANT(SubTypeHomePage, "HomePage");