src/hbcore/style/hbstyleoptionsoftkey.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    28 /*!
    28 /*!
    29     \class HbStyleOptionSoftKey
    29     \class HbStyleOptionSoftKey
    30     \brief HbStyleOptionSoftKey has the style component for softkey
    30     \brief HbStyleOptionSoftKey has the style component for softkey
    31 */
    31 */
    32 
    32 
       
    33 
       
    34 /*!
       
    35 
       
    36     \deprecated HbStyleOptionSoftKey::HbStyleOptionSoftKey()
       
    37     is deprecated. Styleoptions will not be public.
       
    38 
       
    39 */
    33 HbStyleOptionSoftKey::HbStyleOptionSoftKey(): HbStyleOptionDecorator()
    40 HbStyleOptionSoftKey::HbStyleOptionSoftKey(): HbStyleOptionDecorator()
    34 {
    41 {
    35     type = Type;
    42     type = Type;
    36     version = Version;
    43     version = Version;
    37 }
    44 }
    38 
    45 
       
    46 
       
    47 /*!
       
    48 
       
    49     \deprecated HbStyleOptionSoftKey::HbStyleOptionSoftKey(const HbStyleOptionSoftKey&)
       
    50     is deprecated. Styleoptions will not be public.
       
    51 
       
    52 */
    39 HbStyleOptionSoftKey::HbStyleOptionSoftKey(const HbStyleOptionSoftKey &other) :
    53 HbStyleOptionSoftKey::HbStyleOptionSoftKey(const HbStyleOptionSoftKey &other) :
    40     HbStyleOptionDecorator(other)
    54     HbStyleOptionDecorator(other)
    41 {
    55 {
    42     type = Type;
    56     type = Type;
    43     version = Version;
    57     version = Version;