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