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