phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
changeset 76 cfea66083b62
parent 65 2a5d4ab426d3
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    29 
    29 
    30 /*!
    30 /*!
    31     \class Tools
    31     \class Tools
    32     \brief The static functionality.
    32     \brief The static functionality.
    33  */
    33  */
    34 class CPTELEPHONYUTILS_EXPORT Tools : public QObject
    34 class TELEPHONYUTILS_EXPORT Tools : public QObject
    35 {
    35 {
    36     Q_OBJECT
    36     Q_OBJECT
    37 
    37 
    38 public:
    38 public:
    39     /*!
    39     /*!
    50 
    50 
    51 /*!
    51 /*!
    52     \class SettingsWrapper
    52     \class SettingsWrapper
    53     \brief Wraps central repository and P&S dependency.
    53     \brief Wraps central repository and P&S dependency.
    54  */
    54  */
    55 class CPTELEPHONYUTILS_EXPORT CpSettingsWrapper : public QObject
    55 class TELEPHONYUTILS_EXPORT SettingsWrapper : public QObject
    56 {
    56 {
    57     Q_OBJECT
    57     Q_OBJECT
    58 public:
    58 public:
    59     CpSettingsWrapper(QObject *parent = NULL);
    59     SettingsWrapper(QObject *parent = NULL);
    60     ~CpSettingsWrapper();
    60     ~SettingsWrapper();
    61 public:
    61 public:
    62     /*!
    62     /*!
    63       Show call duration setting
    63       Show call duration setting
    64       */
    64       */
    65     bool showCallDuration();
    65     bool showCallDuration();