phoneplugins/phoneindicatorplugin/src/phoneindicatorinterface.cpp
changeset 78 baacf668fe89
parent 50 377c906a8701
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    25 
    25 
    26 PhoneIndicatorInterface::PhoneIndicatorInterface(
    26 PhoneIndicatorInterface::PhoneIndicatorInterface(
    27                 const QString &indicatorType,
    27                 const QString &indicatorType,
    28                 int typeIndex,
    28                 int typeIndex,
    29                 Interaction interaction) :
    29                 Interaction interaction) :
    30         HbIndicatorInterface( indicatorType, HbIndicatorInterface::NotificationCategory,
    30         HbIndicatorInterface( indicatorType, IndicatorInfos[typeIndex].catecory,
    31         (interaction == InteractionNone) ? NoInteraction : InteractionActivated),
    31         (interaction == InteractionNone) ? NoInteraction : InteractionActivated),
    32         m_typeIndex(typeIndex),
    32         m_typeIndex(typeIndex),
    33         m_interaction(interaction),
    33         m_interaction(interaction),
    34         m_primaryText(IndicatorInfos[typeIndex].primaryText),
    34         m_primaryText(IndicatorInfos[typeIndex].primaryText),
    35         m_secondaryText(IndicatorInfos[typeIndex].secondaryText),
    35         m_secondaryText(IndicatorInfos[typeIndex].secondaryText),